Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How to transpose 1D array

Hi
 
I can see many have asked this question but I can't seem to find an answer. How do you transpose a 1D array so you go from
 
V = [ 1 , 2 , 3 ]
 
to
 
Vnew =
| 1 |
| 2 |
| 3 |
 
I need it on my front panel so I want it arranged like this.
 
Hope someone can help me
 
/Simon
LabVIEW 8.6 / 2009 / 2010
Vision Development Module 8.6 / 2009 / 2010
VBAI 3.6 / 2010
0 Kudos
Message 1 of 2
(7,616 Views)
See
 
LabVIEW 8.6 / 2009 / 2010
Vision Development Module 8.6 / 2009 / 2010
VBAI 3.6 / 2010
0 Kudos
Message 2 of 2
(7,611 Views)