can not assigne value to Tblob when using Nullable<Tblob>

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.

1 Like