The current issue of QL Today (Volume 8 Issue 4 Nov/Dec 2003) has an error in the listing on page 17 (Calendar program). It's been pointed out we managed to lose a couple of lines from the end of the listing.
Here is the correction: 690 DATA 'JANUARY', 'FEBRUARY', 'MARCH', 'APRIL', 'MAY', 'JUNE', 'JULY', 'AUGUST', 'SEPTEMBER', 'OCTOBER', 'NOVEMBER', 'DECEMBER' 700 REMark number of days in months 710 DATA 31,28,31,30,31,30,31,31,30,31,30,31 -- Dilwyn Jones
