qck.hlp (Table of Contents; Topic list)
STRING$ Function
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns a string of a specified length made up of a repeating character.
 
    STRING$(length%, {ascii-code% | stringexpression$})
 
    ■ length%                Length of the string
 
    ■ ascii-code%            ASCII code of the repeating character
 
    ■ stringexpression$      Any string expression; the string is filled
                             with the first character in the expression
 
 See Also
    ASCII Character Codes            String Operations