@REPEAT[char,count] : Returns the character char repeated count times.
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 |