3. s = t::ArrayToString(Array)

[<<<] [>>>]

Call this function to convert an array to a binary string. This string can be saved to a file or stored in memory and the function StringToArray can convert it back to array. Note that arrays and associative arrays are not different in ScriptBasic.

Note that the include file t.bas also defines the Array2String name to the same function.

Also note that though the name of the function is ArrayToString you can convert any variable to binary string using this function. However this is most useful when the argumentum is an array.


[<<<] [>>>]