STRING$
This function will return a string containing repeat sequential occurrences of the string.
Example
PRINT STRING$("HI!", 3)
Output
HI!HI!HI!
Put down that phone!
Please view me on real computer.
This function will return a string containing repeat sequential occurrences of the string.
PRINT STRING$("HI!", 3)
HI!HI!HI!