StrToUpper
Previous Top Next

Returns a new string  from the old string that its letters are uppercase.
Syntax: StrToUpper (string)
Example: Msgbox (StrToUpper("AbCdE"))
Result: Displays "ABCDE"