Function UCase

UCase(string)
The function returns a string containing the specified string converted to uppercase. Example:
sUpped = UCase("Hello World") ' it is "HELLO WORLD"

See also: