I have a 2-dimensional array, let’s call it array1, and I want it to become array2. I tried simply writing array1 = array2, but it doesn’t work properly. I was told by someone that I have to replace array 1 one value at a time into array2 with a for loop. Does anyone know how to do this? Also, what do I do if the arrays are different sizes? ex. array1 = 5x10, array2 = 6x8
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Array help!
|
0 | 43 | April 21, 2005 | |
Array help!
|
0 | 46 | April 21, 2005 | |
How to swap a 2D array?
|
0 | 105 | June 22, 2007 | |
Array help
|
0 | 52 | January 8, 2007 | |
HELP... 2-Dimensional Array | 0 | 41 | June 21, 2006 |