Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>string$ string of specified length and character</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
STRING$                  String of Specified Length and Character

 s$ = STRING$(m,n) or s$ = STRING$(m,stringexpr)

    Returns a string of specified length, whose characters all have the
    same specified ASCII value.

           m    A numeric expression; specifies the length of the string.

           n    A numeric expression in the range 0 to 255; specifies the
                ASCII value of the character to be returned m times.

  stringexpr    A string expression. STRING$(m,stringexpr) returns the
                first character of stringexpr m times.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson