[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson