TOUPPER function

Synopsis
This function returns a copy of the specified string with all characters converted to uppercase.
Variations
TOUPPER(String)
Converts all characters to uppercase
Parameters
String

Specifies the string to convert to uppercase.

Supported types: String.
Returns
Returned types: String.
Examples
1.

The following example returns "MATROX DESIGN ASSISTANT".

TOUPPER("Matrox Design Assistant")