%LeftTrim function


Old name
%LTrim
Function
The function removes trailing spaces from the beginning of the specified text string.
Declaration
TEXT %LeftTrim(
   TEXT in string
 )

Parameters
string Text string.

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

Napíšte komentár