I have a program that is sending an array to my labview vi. the size of the array is constantly changing with each new update(1 per second). As a new update is sent in, a new row is added to the array. I need to be able to keep the older elements in the array, but have only the most current row sent to a display. how can I do this?