LTrim(s:Str):Str
Trim leading (left) whitespace. Returns the string s with all leading space and tab characters removed.
If the parameter is EMPTY, returns EMPTY.
See also: Trim, RTrim, Elementary Functions
LTrim(s:Str):Str
Trim leading (left) whitespace. Returns the string s with all leading space and tab characters removed.
If the parameter is EMPTY, returns EMPTY.
See also: Trim, RTrim, Elementary Functions