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