STRING$ function
Purpose: STRING$ returns a string containing Count% occurences of the character corresponding to the ASCII character code in ASCode%.
Syntax: RetStr$ = STRING$(Count%, ASCode%) Parameters:
|
Remarks: See also the REPEAT$ function.
BCX Console Sample Programs using STRING$ function.