LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert array of strings into a tree?

Solved!
Go to solution

I have been given a task in which I have to convert an array of strings into a tree.

For eg. if the first element is xxxx/yy/zz (here xxxx is the parent of yy & yy is the parent of zz)

             and the second element is xxxx/yy/ww... Here I should compare all the elements of the array and make a tree out of it.
Here the input will be already given.

Thank You.

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

Check out this topic. It may be what you are looking for

Tree Control - Parse array of strings to

Message 2 of 3
(2,579 Views)