The toUpperCase() function takes a string as an argument. It returns the string with all letters in upper case.
(OR)
(OR)
(OR)
| Parameter | Description | Data type |
|---|---|---|
| <variable> | Variable which will contain the returned string. | TEXT |
| <string> | All letters in this string will be converted to upper case. | TEXT |