this compiles just fine from mcs
take up the issue with Oshonsoft.Code:poscnt var word azimval var word time var byte main: if (poscnt<azimval) or (azimval-poscnt >= 1800) then gosub cwise time=0 endif goto main end cwise: return
this compiles just fine from mcs
take up the issue with Oshonsoft.Code:poscnt var word azimval var word time var byte main: if (poscnt<azimval) or (azimval-poscnt >= 1800) then gosub cwise time=0 endif goto main end cwise: return
Bookmarks