You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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??