hi...
i mean that.........suppose there is a array of integers......
eg...
array[ 0 ] = 21,,,,, array[ 1 ] = 44, ,,, array[ 2 ] = 35 ,,,,,,,array [3] = 22,,,,,array [ 4 ] = 45,,,,array[5] = 23
now above u see at every position there is a integer saved in the array........now i want another array of integers....to be saved like this........
array [ 0 ] = 2144 ,,,,,array [ 1 ] = 3522 ,,,,,,array [ 2 ] = 4523;
so i mean that i want to read and saved 21 and 44 at same array position in a new array .......likewisw 35 and 22 and on same arraay position...............etc...hopefully u now understand it................
|