5. t::StringToArray array,string

[<<<] [>>>]

Call this subroutine to convert a string that was created as the result of calling the function ArrayToString. Note that the include file t.bas also defines the String2Array function name to get to the same function.

If the string is invalid the function raises COMMAND_ERROR_ARGUMENT_RANGE error that can be captured using the command ON ERROR GOTO.

It is not an error if there are excess characters in the string after the string that was originally created by the function ArrayToSTring


[<<<] [>>>]