The Duplicate Character n Times routine generates a string
    containing n duplicates of the input character. If the
    destination string is an "empty" dynamic-length string
    descriptor, STR$DUPL_CHAR allocates and initializes the string.
    Format
      STR$DUPL_CHAR  destination-string [,repetition-count]
                     [,ASCII-character]
Additional Information:
explode
extract