Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

COCO 3 Basic bug?

15 views
Skip to first unread message

a...@utcs.uucp

unread,
Nov 12, 1986, 5:54:09 PM11/12/86
to
I have noticed an odd problem/feature of the print command. If you
use a comma to specify column printing it doesn't work right for 40 or
80 column screens. For example try:
FOR I=1 to 1000
PRINT I,I
NEXT I

For the 32 column screen I get 2 columns. If I specify WIDTH 40 or
WIDTH 80 then the rightmost column shifts over one column to the right
every time the number of digits needed to print I increases. Bug??

0 new messages