
PT-Basic Programming Manual Ver. 1.00 28/143
To return a string containing the specified number of the
requested character.
A$ = STRING$(N%, J%)
A$ = STRING$(N%, X$)
PRINT STRING$(10, 45) „ ----------
PRINT STRING$(3, "89") „ 888
A$ is a string variable to be assigned to the result.
N% is numeric expression.
J% is numeric expression in the range of 0 to 255, indicating
the ASCII code of a character.
X$ may be a string variable or string constant.
Commenti su questo manuale