Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set upperCaseString = aString.toUpper() 
set upperCaseString = toUpper(LITERAL)
SemanticsChanges all lower case letters to upper case letters. Returns a new string. The state of the current string is not changed.
SubstitutablesaString Can be any variable or object attribute having the type String.  
LITERAL String literal.
Examples
Code Block
languagenone
set upperCaseString = s1.toUpper();
rp
Panel
titleRelated Pages: