To Lower Case

Converts any text to lower case.

Parameters

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

Example

''On Button Click Logic

To Lower Case "TEXT", gbl_Text ''