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