There are still places where things can go wrong, so until they're fixed all bets are off.
For example in gcoder you have the following (I've removed some of the code for clarity)
Follow that code through for X=0 to 14. What happens to a and b?Code:FOR X=0 TO 30 step 2 'READ ARRAY INTO VARIABLE, ARRAY MEMBER CHAR=EEPROM OFFSET ... FOR I=0 TO 7 'HELPER LOOP FOR CHARACTER READING ... if topline[x]=32 or botline[x-16]=32 then a=0 if topline[x+1]=32 or botline[x-15]=32 then b=0 'blanker
Bookmarks