HELP!!!!
Sorry couldn't resist
I'm trying to take an array and flag numbers out of that array that fit a pattern (but not remove them).
What I need to do is "flag" every nth number in the array such as every 6th, then run a second pattern that tags every 8th. On top of that each of...