Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a new array for each loop

I have some question about creating new arrays. For example : In my for loop, the initial value is 1 and the final value is 4 and  each iteration increment by 1, meaning that in this case i have 4 iterations. At the same time, i want to create  4 separate arrays called array 1 for first iteration, array 2 for the second iteration and so on, that depends on the number of iteration. Could you give me some advice please?
0 Kudos
Message 1 of 2
(3,163 Views)

Hi Ann,

I assumed you want this in Labview.

Take a look at the VI (LV 😎 I think this is what you are asking. The VI builds a 2D array you can split it if you want 1D arrays.

Message Edited by K C on 06-19-2006 10:07 AM

Message Edited by K C on 06-19-2006 10:07 AM

0 Kudos
Message 2 of 2
(3,157 Views)