Is there any way to resize a 1 or 2 dimensional array.
Let us I have:

myarray[5][10]

How can I make it:

myarray[7][15]

after I have declared it and I have also set the values in it?
And also will it delete all the values in the array after I resize it?