Let's say I have a 2D array, that has 10 rows, and new rows keep coming into the program. When a new row comes in, I want all the rows to be moved up one index number, and have the oldest one removed from the array. Is there a single function, or a simple way to do this, or am I going to have to do a whole bunch of swapping?