This function returns a copy of a string converted to uppercase.
Syntax:
StringToUpper(StringValue)
StringValue is the string that needs to be converted to Upper Case.
Examples:
Textbox1.Value= StringToUpper (good)
Textbox1.Value= GOOD
The function will return “GOOD”.