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 these numbers start at a differring place in the array (but an offset should take care of that). While everything seems doable I have not seen any documentation thats shows how to do the most important part, that is flagging the numbers in the pattern.
Any help would be appreaciated.
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 these numbers start at a differring place in the array (but an offset should take care of that). While everything seems doable I have not seen any documentation thats shows how to do the most important part, that is flagging the numbers in the pattern.
Any help would be appreaciated.