I have created ARRAY-GROW which takes (array &rest dimensions) and changes the size of the array. It works on multidimensional arrays but makes no attempt to avoid copying except on unidimensional ones.