%RightTrim function


Old name
%RTrim
Function
The function removes trailing spaces from the end of the specified text string.
Declaration
TEXT %RightTrim(
   TEXT in string
 )

Parameters
string Text string.

Example
%RightTrim("  Text Some Text  ")        ; returns the value of "  Text Some Text"