passing values from method array to class array

HELP!! Plz excuse any ignorance. Am a noob and have created an array within my class. I then try to alter those array values from inside one of the classes methods. When I try to access the new values from the class array, they don't exist. I think it's a duration/scope issue and am struggling to get around it. This is the only way I can implement the task required and would appreciate any advice you can thorw. cheers in advance.. =~D

[447 byte] By [rabidManiaa] at [2007-11-27 4:09:04]
# 1
I suspect that you're altering an array passed as a parameter, rather than array that's a field of the instance, but as you didn't post any of your code, that can only be a guess.
paulcwa at 2007-7-12 9:14:27 > top of Java-index,Java Essentials,Java Programming...