I have an array(X) filled with numbers.
Example
1 5 7 8 15 2 20 15 7 15 55 15 25
The array will add or take away cells which change the location of the number
Example
1 5 32 7 8 15 2 17 20 15 7 15 55 72 15 25
Let's say I wanted to grab the location of the second 15. I know how to access the first and last. How would I do locate the second, or in some cases the third (but not last)?