Quote Originally Posted by Dave View Post
rookie11, I don't think this code will ever work. Where are the ENDIF commands to terminate the IF statements?

Dave Purola,
N8NTA
One line If/Then statements....don't need an ENDIF....

If this=0 then gosub dothis : that=1 : goto something

...valid statement
If this is zero, then gosub dothis, set that to 1, then goto something.

But that colon following the THEN in the code a few posts back looks a bit strange to me...
And I know colons!