I got it down to 6 errors, all with my IF statements. Here is what I have for a generic IF line:
IF PushButtonOnPORTABIT2 = 1 THEN GOTO vertloop ELSE GOTO buttonloop
on the following line i have
ENDIF
and doing that got rid of 3 of the errors, but now I need to figure out why it doesn't like my then goto / else goto commands.
For each of my 3 if statements, I get
bad expression
bad expression or missing then




Bookmarks