Hi.
I have a problem where I have a local counter (_count) that adds a counter to each feature that passes through. I also have a list of numbers I want the counter to ignore.
Eg 1 to 10,000 but ignore the 244 numbers in my _ignoreList, which is dynamically created.
1,2,3...39,40,42 (ignore 41 because its in my list)
Any ideas on how I would go about this?
All help is greatly appreciated.
Regards, Paul