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

StrRTrim

From Axaptapedia
Jump to: navigation, search

>==StrRTrim==

Syntax[edit]

<xpp> str StrRTrim (str text) </xpp>

Description[edit]

Deletes all trailing blanks (those to the right of the actual text) in the text string specified by text.

Example[edit]

<xpp> StrRTrim(' ABC-DEFG ') //returns the text string ' ABC-DEFG'. </xpp>

See also[edit]