Format
string1=UCASE$(string2)
Description
This statement will convert all lowercase letters in string2 to uppercase,
and store the resulting string in string1.
Example
A$=UCASE$("123 Main St, USA")
After execution of this statement, the variable "A$" will contain the
string "123 MAIN ST, USA".
See Also
|