ToLower
%ToLower function
Function
The function converts all uppercase character data contained in the specified text to lowercase.
Declaration
TEXT %ToLower(
TEXT in text
)Parameters
text | Text string. |
Example
%ToLower("Text Some Text") ; returns the value of "text some text"Related pages: