Take Command / TCC Help v. 13.03

@REPEAT

Hide Navigation Pane

@REPEAT

Previous topic Next topic No directory for this topic No expanding text in this topic  

@REPEAT

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@REPEAT[char,count] :  Returns the character char repeated count times (count may not exceed 32,767).

 

Numeric input may be entered in either decimal format (a sequence of 0-9 digits) or in hexadecimal format ("0x" followed by a sequence of 0-F hex digits).

 

Examples:

 

function

value

%@repeat[%@char[95],10]

__________

7%@repeat[ ,7]spaces

7       spaces

%@repeat[x,10]

xxxxxxxxxx

 

 

Comments (...)