Hello

If I am compiling text strings I can do this:

$content+=$text

But if $text and/or $content is greater then 32kb I will need to use a blob instead of a string.

But there is no copy Blob command in a4d, and $blobContent+=$blobText will only copy 32kB of the $blobText to $blobContent.

How can I concatenate the two blobs?

Regards, Oliver
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to