Problem with STRING(ascii code, number)
Posted: Sun Sep 18, 2011 9:06 am
In the sample code ASCI.BAS in examples/console,
I get an error message for
PRINT STRING$(196, 5)
"error 9 line 5 expect an operator but found `5` "
Which operator ?
STRING(196, 5) doesn`t work better than STRING$(196, 5)
Thanks for help.
Claude VDW
I get an error message for
PRINT STRING$(196, 5)
"error 9 line 5 expect an operator but found `5` "
Which operator ?
STRING(196, 5) doesn`t work better than STRING$(196, 5)
Thanks for help.
Claude VDW