strUpper

Convert all characters in a string to upper case.

Syntax: strUpper(string)

Example:

Dim s(10) as String
 
s="Test"
StrUpper(s)            ' s="TEST"

Also See: strLower