%Trim function


Function
The function removes trailing spaces from the specified text string.
Declaration
TEXT %Trim(
   TEXT in string
 )

Parameters
string Text string.

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

Napíšte komentár