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