ltrim
ACTION:
returns string with white space on the left trimmed off
USE:
string=rtrim(string)
EXAMPLE:
s=ltrim " abc"
RESULT:
s="abc"
RELATED:
rtrim
space
str
lcase
ucase