03-13-2023 08:51 AM
Here is an attempt without recursion and a faster insert method. Items must be sorted for this to work properly.
03-13-2023 09:04 AM
@Dealcs2 wrote:
Thanks for the help on this! Is there anyway that you can save in for LV2019? It looks like you are on 2020 and I am still on 2019 😞
Sure.
03-13-2023 05:44 PM
This works great! Thanks for the help on this! The only this is that I cannot have something like A.6 and then A.6.a. But really that is perfectly fine for the application. Thanks again!
03-13-2023 05:46 PM
This seems to only be populating a few elements. Am I using it wrong?
03-14-2023 03:43 AM - edited 03-14-2023 03:46 AM
@Dealcs2 wrote:
This seems to only be populating a few elements. Am I using it wrong?
Yes.
You have to use the VI as a sub VI. So putting a tree on the front panel of the sub VI is wrong. Put a tree control on a new VI, then call the sub VI. See how to use.
03-14-2023 07:18 AM
Got it! Did not catch that the VI was a clone. This works great. Thanks!