Returns a string that has been converted to uppercase.
Syntax –
UCase(string)
Example –
Dim MyWord MyWord = UCase("Hello World") ' Returns "HELLO WORLD".
by Editorial Staff | Last Updated On Jul 14, 2014 | Definitions | 0 comments
Returns a string that has been converted to uppercase.
Syntax –
UCase(string)
Example –
Dim MyWord MyWord = UCase("Hello World") ' Returns "HELLO WORLD".