Axaptapedia is now maintained by AgileCadence For more information please click here.

StrLTrim

From Axaptapedia
Jump to: navigation, search

StrLTrim[edit]

Syntax[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]