LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Q: Which array to use?

Dear news-readers,

I'm facing a tremendous problem; I'm working on a Multiple Selection
listbox, where each selection shall bring up an instrument for the user.
Problem is that I don't understand which array to use to get it to work?

I'm trying to wire my selection-output into a case (after studying some
examples, I thought this was the right way to go), and by adding cases
having VI's pop up on the front panel for each selection that I make.

Anyone......?


Regards

Kjell Siimon
Gothenburg / Sweden
0 Kudos
Message 1 of 2
(2,651 Views)
Kjell Siimon wrote in message
news:kjell.siimon-3011001500180001@melian.elkraft.chalmers.se...
> Dear news-readers,
>
> I'm facing a tremendous problem; I'm working on a Multiple Selection
> listbox, where each selection shall bring up an instrument for the user.
> Problem is that I don't understand which array to use to get it to work?

ISTR (may be wrong, it's a while since I last used one) that what's returned
is an array of strings, one string for each item selected. So feed this
array autoindexing into a FOR loop and put your case structure inside the
loop to process each selected string.
0 Kudos
Message 2 of 2
(2,651 Views)