I have an array array(2) that will store 3 values. - 0,1, and 2 (that IS right, i think)
I need to assign array(0) a value that is returned by an indexof() function and repeat this two more times.
how can I make the index number increase by one when assigning the array?
array(0) = first occurance
array(1) = 2nd
array(2) - 3rd
Any suggestions?
