ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple selections list box

If I set the list box for multiple selections.

How would I output and an array of the multiple selections

I can see using" row focus" to select one item but I don't see how to select the entire multiple selections into an array?

 

That is automatically, I could do them one at a time but I want to see if I can multiply select.

 

Thank you

0 Kudos
Message 1 of 5
(1,137 Views)

The output of the control terminal is an array of the selections.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 2 of 5
(1,115 Views)

Okay thank you!

If I use a list box, where I have it configured to be able to select multiple rows,

How can I generate the output array to give me the multiple selected rows only?

I know the property node- focus I can output a Selected single row...

LED47_0-1702921746270.png

 

I want my resulting output array just to give me the three highlighted?

 

 

 

0 Kudos
Message 3 of 5
(1,071 Views)

Is this what you want?

si.png

"If you weren't supposed to push it, it wouldn't be a button."
Message 4 of 5
(1,056 Views)

YES..THANK YOU

0 Kudos
Message 5 of 5
(1,052 Views)