11-16-2022, 08:44 PM
(11-16-2022, 07:47 PM)TerryRitchie Wrote: READ a, b, c, d, e
DATA 1, 2, 3, 4: ' comment
DATA 5
When trying to read the value for e a syntax error is thrown. Oh well, thought I was on to something there.
Now these are the type of issues that really make me scratch my head...
Code: (Select All)
READ a, b, c, d, e
PRINT a, b, c, d, e
DATA 1,2,3,4: ' comment
DATA 5
This has no issues with reading our 5 data statements -- even with one of them having a comment attached to it in this manner. At least, for me, there's no issues.
![[Image: image.png]](https://i.ibb.co/C0JFc5M/image.png)
free pic upload site
So why the heck is there issues for you? Is this an OS glitch? A 32-bit vs 64-bit glitch? Why does it work sometimes and not all the time?
Enquiring minds want to know!