03-29-2019 07:32 AM
Hi everybody !
I know the question looks deeply simple but i don't know how to clear my tree, I mean every time I run my VI, the elements are added, I would like that when I run my VI, the tree is empty.
Thanks !
Lucas
03-29-2019 08:03 AM
03-29-2019 11:33 AM
Here's the method Gerd was referring to... wiring an empty string will delete all the tree contents:
Note that reinitializing to default will *not* empty the tree, it will only change the selected row(s) back to whatever the default value is (the initial default value of the tree is that no items are selected).