API Array To Blob
Syntax
API Array To Blob( array ; separator ) --> blob
Parameters
Name |
| Type |
array | --> | text or string array |
separator | --> | string |
blob | <-- | blob |
This command is similar to API Array To Text but returns a blob instead of a text parameter.
This command concatenates the elements of an array. The elements are delimited using the specified separator. The array can be a text or a string array.

