The Uppercase_Text_Utils procedure returns an uppercased version of the input string.
Calling syntax:
| Character = Uppercase(String) |
Input variables:
| String | The String to be uppercased. |
Output variable:
| Uppercase | The uppercase version of the input String. |
The Uppercase_Text_Utils code listing contains additional documentation.