SarahKate31
Programmer
Hi again all -- One more for you -- I have a function that takes an array of CARDS classes and inside the function, I assign values into the members of that array at a certain index, but then when I'm back in main after the function ends, the values are gone. How can I get it to "remember" the values once it is back in main? Do I have to return the array from the function? And how do I do that (syntax)? Thanks so much!! -- SarahKate