UPPER$

This command will return a string converting the specified string to uppercase.

  Syntax
Return String=UPPER$(String)
  Parameters
String
String
The string that will be converted to uppercase

  Returns

The value returned is the uppercase version of the specified string

  Example Code
PRINT LOWER$("ALL lower CASE")+"  "+UPPER$("all upper caSE")
WAIT KEY
  See also

TEXT Commands Menu
Index