>3. In the future, look at using the Bundle/Unbundle by name instead. With this function,
> you access data without regard to the order and you can access all or just part of a cluster
I agree that this is better. Perhaps you can also help me with a problem that I have been having that has kept me from using unbundle by name.
I have a cluster indicator on my front panel in which I display data read from a file. (The 'cluster' is actually a large nested data structure which is linked to a typedef.) When the user clicks on certain buttons, I read the data in this indicator and produce summaries of it.
The problem I am having is that to get the value of the indicator, I have to use a property node, but the cluster comming out of the property no
de does not have names for any of the items! Therefore I can't use unbundle by name, but I would really like to because as I mentioned it is a large data structure and I only need one element, and as you mentioned this is more maintainable in the future.
Any ideas?