From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple selection tree to string

Solved!
Go to solution

I have make a tree with 15 row, i set the selection to 1 or more. now i want to make multiple selection of tree to appear in string control, how can i do that?

 

Thank you

0 Kudos
Message 1 of 3
(2,929 Views)
Solution
Accepted by topic author ijan

Use the Value property:

 

test[1].png

 

The order in "response" will be the order the elements were selected.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 2 of 3
(2,921 Views)

Thanks jim, its working perfectly.

0 Kudos
Message 3 of 3
(2,908 Views)