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