Yeh I use this array with 2 columns first column is the pin number of something I’m monitoring the second is the alarm state of that pin. If an alarm is triggered the second column will change from 0 to 1 & the first column defines where the issue is (pin number).
This is the filter:
if (anArray[r][1] ==1);