To Upper Case

Converts any text to UPPER case.

Parameters

  • The Text - The text to be converted to upper case. This can be in the format of a text string (eg, "text") or from a global variable that contains a text value.
  • Upper Case Text - Returned upper case text

Example

''On Button Click Logic

To Upper Case "text", gbl_Text ''