LOWER$

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

  Syntax
Return String=LOWER$(String)
  Parameters
String
String
The string the command will use to convert

  Returns

The value returned is the lowercase version of the specified string

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

TEXT Commands Menu
Index