REPEAT$ function

Purpose: REPEAT$ returns a string concatenated from Count% occurences of Pattern$.


 Syntax:

 RetStr$ = REPEAT$(Count%, Pattern$)

 Parameters:

  • RetStr$ Return string concatenated from Count% occurences of Pattern$.
  • Count% Number of times Pattern$ is to be repeated.
  • Pattern$ String expression to copied to RetStr$.

See also STRING$ function.

BCX Console Sample Programs using REPEAT$ function.

S34.bas   S41.bas   S113.bas