StrToUpper
Previous
Top
Next
Returns a new string from the old string with all the letters in uppercase.
Syntax: StrToUpper (string)
Example: Msgbox (StrToUpper("AbCdE"))
Result: Displays "ABCDE"
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)