Important Notice
  
  
    The pages on this site contain documentation for very old MS-DOS software,
    purely for historical purposes.
    If you're looking for up-to-date documentation, particularly for programming,
    you should not rely on the information found here, as it will be woefully
    out of date.
  
 
 STRING$ Function QuickSCREEN
  ◄QuickSCREEN►      ◄Details►      ◄Example►      ◄Contents►      ◄Index►
──────────────────────────────────────────────────────────────────────────────
STRING$ - string processing function that returns a string whose
          characters all have a given ASCII code or whose characters
          are all the first character of a string expression
 
Syntax
  STRING$(m,n)
  STRING$(m,stringexpression)
    ■ m, a numeric expression, is the length of the string to return
    ■ n, a numeric expression that has an integer value between 0 and 255,
      is the ASCII character code of the character that fills the string
    ■ stringexpression identifies a string whose first character can
      be used to fill the string
 
See Also  ◄ASCII Character Codes►