Question about one last issue:
So if you have code like this:
if( A && B);
enterlong
if (C && D);
entershort
Whats the best way to stop the program from executing mutliple shorts or multiple longs in a row if you get more than one short or long signal in a row. I want one entry until I get the signal to reverse? Any advice? Many thanks in advance?