BASICHELP.HLB  —  STRING$
  The STRING$ function creates a string containing  a  specified  number  of
  identical ASCII characters.

  Example

  Line$ = STRING$(10%, 65%)

1  –  Syntax

      str-var = STRING$(int-exp1, int-exp2)

  Int-exp1 specifies the length of the  string.   Int-exp2  specifies  the
  ASCII value of the character.
Close Help