![]() |
![]() |
![]() |
|
LOWER$
This command will return a string converting the specified string to lowercase.
Return String=LOWER$(String)
String String
The value returned is the lowercase version of the specified string
PRINT LOWER$("ALL lower CASE")+" "+UPPER$("all upper caSE")
|