Prev Page Next Page
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"
  
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)