Product: LABELVIEW, CODESOFT
Version: All Versions
|
rept(«string», «num_char»): Returns the character string where the string argument is repeated the number of times in the num_char argument.
Example:
rept("Ah Paris! ",2) = Ah Paris! Ah Paris!
|