Start/Stopp Arp
-
@MikeB I'm not sure why that error isn't reported in the tutorial video... The error is telling you the problem - the first parameter (eventId) has a value of undefined.
The solution is to set eventId to -99 and change the else to
else if (eventId != -99)
and after you turn off the note set eventId to -99. -
@d-healey I will try that - thanks David
-
@d-healey reg eventID = -99; was already enough. - Thanks