Quote Originally Posted by Joe S. View Post
Hi johnnylynx,
Change CALL to GoSub
Call is an asm function - return works with gosub.
Hi,

Thanks for the quick feedback - Question though - why would it work if all three or two CALL lines are active?

I tried changing the CALL to GOSUB and it still didn't work. If I add a 'PAUSE pausetime' after the LOW command it worked. Found that solution elsewhere!

Why would it work with out the added PAUSE (with 2 or more CALL's active)?

Confused I am.

John.