Hey all...I wanted to know if it is possible to reference back to an array declared in main by a public function?
example:
...main..{...string [][]board...}
then in a function I have:
...public...{...board[0][2] = ("Y"...} - here's where it gives me the error.
How can I change the original array in the main part from that function call?
Also, is there a way to copy a multidimensional array? (I'm taking a class and this assignment is kicking my b***!)
Thanks for the help!
Syl "Try everything at least once."
example:
...main..{...string [][]board...}
then in a function I have:
...public...{...board[0][2] = ("Y"...} - here's where it gives me the error.
How can I change the original array in the main part from that function call?
Also, is there a way to copy a multidimensional array? (I'm taking a class and this assignment is kicking my b***!)
Thanks for the help!
Syl "Try everything at least once."