09-04-2024 09:49 AM
For the case structure I dropped a control (in this case a boolean control) on the front panel and then probed the ClassName to get the correct text to put in the selector field.You can do that for the other controls that you want to loop through.
09-04-2024 10:08 AM
@GOB34 wrote:
Thanks for the suggestion.
Unfortunately all the data types are not the same, there is a mix.
Then you can use Unbundle and Build array to group them up and handle each as required.
09-04-2024 01:08 PM
Ahh good idea!