toupper()

Syntax:

toupper( String )

Return:

The complete String with all lower case letters converted to upper case.

Parameters:

String - The string to convert. The String can be a string of text surrounded by quote marks or a variable name containing a string. This parameter is required.

image\Script_Button.jpgExamples