Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!ac From: ac@utcs.UUCP Newsgroups: net.micro.6809 Subject: COCO 3 Basic bug? Message-ID: <1986Nov12.175409.12977@utcs.uucp> Date: Wed, 12-Nov-86 17:54:09 EST Article-I.D.: utcs.1986Nov12.175409.12977 Posted: Wed Nov 12 17:54:09 1986 Date-Received: Wed, 12-Nov-86 18:42:52 EST Reply-To: ac@utcs.uucp (Mark Acfield) Organization: University of Toronto Computing Services, general purpose UNIX Lines: 10 Checksum: 02697 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??