The following code segment works as expected in other BASIC
version, but PBDOS 3.5 gives an "Illegal Function Call"
type error. It seems to have something to do with the number
of text lines available in SCREEN 9 mode.
SCREEN 9
LOCATE 40,40
PRINT "HELLO";
Note that a "WIDTH ,43" statement prior to the locate has no
effect on the number of lines available, despite what the
documentation says...
Is this a known bug?
Is there a workaround?
version, but PBDOS 3.5 gives an "Illegal Function Call"
type error. It seems to have something to do with the number
of text lines available in SCREEN 9 mode.
SCREEN 9
LOCATE 40,40
PRINT "HELLO";
Note that a "WIDTH ,43" statement prior to the locate has no
effect on the number of lines available, despite what the
documentation says...
Is this a known bug?
Is there a workaround?
Comment