ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

transpose 1d for FP cosmetic issue

Hi there,
This is a dum question but I don't get it. I want to transpose a 1D array (a single column instead of single row). I know that from a Mathematical point of view it doesn't make sense but for my application it does.
 
Basically I want to display 2 values in column into a listbox
a
b
instead of
a b
 
Thanks,
 
Charly
LabVIEW 8.5
It's always sunny in California! Certified LabVIEW Associate Developer!
0 Kudos
Message 1 of 6
(3,300 Views)
If you use a single column listbox, you should already be fine.
 
(I cannot open your attachment. Can you save it as version 8.2?)
0 Kudos
Message 2 of 6
(3,298 Views)

Hey Altenbach,

I think a simple listbox is like a spreadsheet you have to transpose the data before pasting them.

I enclosed the same file as version 8.2

Charly

It's always sunny in California! Certified LabVIEW Associate Developer!
0 Kudos
Message 3 of 6
(3,294 Views)
You can just transpose the 2D array ("transpose" from the array palette) before sending it to the listbox or other indicator.
 
0 Kudos
Message 4 of 6
(3,287 Views)
Of course you can also insert your 1D array as a column using "insert into array".
0 Kudos
Message 5 of 6
(3,283 Views)

Thank you Altenbach it works great!

Charly

It's always sunny in California! Certified LabVIEW Associate Developer!
0 Kudos
Message 6 of 6
(3,279 Views)