Maybe this is not a bug report situation, but probably you'll like to know that the DRAW statement needs an end value numeric to the last letter command. For example:
5 SCREEN 1 10 A$="c1l3ululuuuuurdrdrdrdrdllulu": ‘Illegal function call error. 15 ‘A$="c1l3ululuuuuurdrdrdrdrdllulu1": ‘Accepted. 20 DRAW A$
Just to let you know. Ronald.
Yup, that's a bug, since this does work in GW-BASIC and doesn't seem to work in PC-BASIC. I can reproduce this and will have a look at fixing it.
Thanks again for the bug reports - if you have more where these came from, please keep them coming!
Rob
Already fixed :)
Maybe this is not a bug report situation, but probably you'll like to know that the DRAW statement needs an end value numeric to the last letter command. For example:
5 SCREEN 1
10 A$="c1l3ululuuuuurdrdrdrdrdllulu": ‘Illegal function call error.
15 ‘A$="c1l3ululuuuuurdrdrdrdrdllulu1": ‘Accepted.
20 DRAW A$
Just to let you know.
Ronald.
Yup, that's a bug, since this does work in GW-BASIC and doesn't seem to work in PC-BASIC. I can reproduce this and will have a look at fixing it.
Thanks again for the bug reports - if you have more where these came from, please keep them coming!
Rob
Already fixed :)