Lasso Soft Inc. > Home

[ string->UPPERCASE ]

Method

[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.

  • Syntax
'String Object'->uppercase
Examples
  • Beginner

To change the case of a string to upper case:

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

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft