StrLTrim[edit]
<xpp>
str StrLTrim (str text)
</xpp>
Description[edit]
Deletes all leading blanks (those on the left of the actual text) in the text string specified by text.
Example[edit]
<xpp>
StrLTrim(" ABC-DEFG ")
//returns the text string "ABC-DEFG ".
</xpp>
See also[edit]