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