[String->Split] returns an array with elements created by splitting the string on the character specified as a parameter.
'String Object'->split('Delimiter Character')
Use the [String->Split] method. The following example shows a phrase "The quick white rhino" split into an array using the space character as the delimiter.
Code
'The quick white rhino'->split(' ')
Result
array(The, quick, white, rhino)
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments