09-12-2022 10:17 AM - edited 09-12-2022 10:26 AM
Hello,
in the attached vi i have a tree structure like:
[-]START
sub
END
[-]START2
END2
1. When the vi is running i can close both [-] which changes the icon to [+]. Then i want to grab the first START and move it to the end.
But this seems not to be possible. What is the trick to to it?
It is always inserting between START2 and STOP2
2. What is the property to count the number of rows in the tree?
3. How can i automatically insert a rownumber to the used lines?
Thanks
Solved! Go to Solution.
09-12-2022 02:56 PM
1. When you drop, make sure your cursor is below STOP2;
2. Get All Tags, then use Array Size to get the row count;
3. Use row header.