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

StrRep

From Axaptapedia
Jump to: navigation, search

Syntax[edit]

<xpp> str strrep(str text, int number) </xpp>

Description[edit]

Return a string containing text repeated number times.

Example[edit]

<xpp> strrep('ab', 3) //returns the text string 'ababab'. </xpp>