[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
aCar2Arr()
Converts string or memo to array
Syntax:
aCar2Arr ( cMemStr, cSep ) -> aArray
cMemStr : The string or memo to treat
cSep : The element separator
Description:
Converts a string or memo to array using a character as separator
inside the string.
Return:
The generated array.
Example:
aCar2Arr ( "Fast,Best", "," ) // { "Fast", "Best" }
aCar2Arr ( "Best@Fast", "@" ) // { "Best", "Fast" }
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson