[String->Uppercase] modifies the string object in-place converting all characters to uppercase. This method does not return any output, but the string object is modified.
'String Object'->uppercase
Use the [String->Uppercase] method. The following example outputs a sample string converted to upper case.
Code
local('s') = 'LassoSoft'
#s->uppercase
#s
Result
LASSOSOFT
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