03-24-2006 08:17 AM
03-27-2006 04:08 PM
03-27-2006 04:23 PM
Hmm, to get the selected tag, all you need to do is read the value from the control terminal, since the currently selected value of a tree control *is* its tag. You could alternatively read from a local variable. If you needed to get the value in a subVI, you could wire a Control Reference into the subVI and read the Value property.
-D