How do you shift all the elements in a 1D array by 1? I previously used 2D to 1D vi that was posted and have 3 seperate 1D arrays. Because the array starts at zero, my information is off by 1 ! I want element 1 in index 1, element 2 in index 2..... I don't use index 0 so anything can be placed there.