UCase()
Syntax
Result$ = UCase(String$)Description
Returns the original string converted into upper case characters.
Parameters
String$ The string to convert into uppercase.
Return value
The string converted into uppercase.
Remarks
This function also supports accent letters, so if a lower 'é' is found, it will be transformed into 'É'.
Example
Debug UCase("This is Art") ; Will display "THIS IS ART"
See Also
LCase()
Supported OS
All