I just noticed that when using Nullable<tblob>
I can not assign content to Tblob using the following:
Test:Nullable<tBlob>;
variableb:tbytes;
....
test.value.asBytes:=variableB;
I just noticed that when using Nullable<tblob>
I can not assign content to Tblob using the following:
Test:Nullable<tBlob>;
variableb:tbytes;
....
test.value.asBytes:=variableB;
Don't use Nullable with TBlob. It's not needed.