LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array?

Hi all,
How to make 1D-array , exp : a[2]=[i0,j], to become a[2]=[i1,i0]; a[2]=[i2,i1],......,a[2]=[i(n),i(n-1)] ?
0 Kudos
Message 1 of 5
(3,093 Views)
Hello,

You mean a 1D array with a constant size of 2 elements ? or with n elements ?

Could you describe a bit more what you are trying to get, I'm not sure I understood.

Trying to help




We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 5
(3,080 Views)
Hi!
   Is this what you want?

   Sorry for VI's triviality, it's just for understanding better your needs....

   Have a nice day!

graziano
0 Kudos
Message 3 of 5
(3,078 Views)
Thank for all! That's the answear!
 
 
0 Kudos
Message 4 of 5
(3,057 Views)
Maybe I misunderstood the problem, but why can't you do something like this:



Message Edited by smercurio_fc on 11-09-2007 01:10 PM
0 Kudos
Message 5 of 5
(3,038 Views)