(i have the underscore in program and still experience the same error)
_PRINTMODE _KEEPBACKGROUND
_PRINTSTRING (1, 1), TIME$
_PRINTMODE _FILLBACKGROUND
_DISPLAY: _DELAY 0.10
this is the above (with an error for unknown reason)
when I remark out the two printmode lines, my programs works fine, but i would like to print the timer at the top whilest leaving the background behind it intact.
(Will be a proper timer but stuck this on to see if i can get printmode working)