Perhaps there is a "trick" I don´t know:
Is there any way to read out all the cases of a predefined case structure programmatically ? (Background: LV naturally "knows" all the cases of a case structure and you can get a list of all cases by clicking on the case selector during programming - now I want to have this list in an array (or something else) to handle it programmatically in order to show it to the user during program execution ...)
Thanks a lot for any help in advance !