Axaptapedia is now maintained by AgileCadence For more information please click here.
StrLRTrim
From Axaptapedia
StrLRTrim[edit]
Syntax[edit]
<xpp> str StrLRTrim (str text) </xpp>
Description[edit]
Deletes all leading and trailing blanks (those to the left and right of the actual text) in the text string specified by text.
Example[edit]
<xpp> StrLRTrim(" ABC-DEFG ") //returns the text string "ABC-DEFG". </xpp>