_@UPPER |
|
_@UPPER function is used in a Logic Template to return a copy of the text string passed as an argument, with all characters coverted to upper case.
Returns
Description |
Returns the text string passed as an argument with all characters converted to upper case. |
Format
_@UPPER( string
);
Argument |
Description |
string |
The text string literal or the name of the text or string data field to be converted to upper case. |