This ON GOTO command, does it work with PBP 2.32 ?? here is part of the code;
COUNT PORTC.3, 15000, c1 'put pulses in C1
ON c1 GOTO S1,S2,S3,S4,S5,S6,S7,S8 I get a syntax error on this line, do I miss something? S1 to S8 is labels, C1 is defined as a variable.
Thanks.
Bookmarks