Quote Originally Posted by masterxfile
All I had to do is create a pointer to 0 and call the function using it, then increment that pointer each time I am storing a value in the array.
That was what I wrote about in post #11. You're not incrementing the pointer; you're incrementing the integer.