Hi, I want to save a series of data to an array in the following prosedure: The first data come (index of array = 0), save the data to a(0), then the second data come, array index +1, save the data to a(1),...... I have write a vi, but it doesn't work