[String->ToLower] modifies the string object in-place by converting a specified character in the string to lowercase. Requires a single integer parameter, which indicates the position of the character to change.
'String Object'->tolower(Integer)
Use the [String->ToLower] method. The following example converts a single character in a string object to lower case, then outputs the string.
Code
local('s') = 'The quick white rhino'
#s->tolower(1)
#s
Result
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