12-17-2023 04:56 PM
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
12-17-2023 06:14 PM
The output of the control terminal is an array of the selections.
12-18-2023 11:50 AM
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...
I want my resulting output array just to give me the three highlighted?
12-18-2023 02:27 PM
Is this what you want?
12-18-2023 02:54 PM
YES..THANK YOU