REPEAT$ returns a concatenated string of Count occurrences of Pattern.
RetStr = REPEAT$(Count AS INTEGER, Pattern AS STRING)
See also STRING$ function.