If you must use arrays:
create new array of the desired size
copy contents of old array into the new array
set the array reference variable to the new array.