Contents | Index | < Browse | Browse >
COPIES(<string>,<number>)
      returns a string

The result is a new string composed of <string> concatenated with itself
<number> times.

   Example:
         say copies('xo',6);                >>> xoxoxoxoxoxo

   Also see 
            

Next: DELSTR() | Prev: COMPRESS() | Contents: String functions