[string->values] returns the values of a string object as an array of characters. The values are the individual characters in the string object.
'String Object'->values
Use the [string->values] method. The following example returns an array of the values in the string object.
Code
'The quick white rhino'->values
Result
array(T, h, e, , q, u, i, c, k, , w, h, i, t, e, , r, h, i, n, o)
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