02-14-2007 05:55 AM
So it's Valentine's Day today... another occassion to buy her flowers... lucky enough I did not forget, the question is what to buy?
As a LabVIEW programmer, I can see some possibilites...
But I think I'll do a typedef of a rather small cluster and have an array of those typedef'ed clusters.I don't know about memory consumption, but once typedef'ed, I have the maximum amount of reusability: if she likes them, I can just use the cluster next time, and if she doesn't I can exchange some cluster members and have the whole bouquet updatetd at once 😉
Can someone post the excuses? In case someone forgets nevertheless
Have a nice day!
Oli
02-14-2007 07:33 AM
... and if you intend to use a constant type def and want to to pass anything other than the default to the entity you are calling, ...
do not change the default but use a bundle by name to avoid issue with the defaults being restored when the definition changes.
There is nothing that will bite you faster than presenting a default when something special is called for.
Ben
02-14-2007 09:17 AM
Yes, Ben, you're damned right! There is a lot of wisdom in your words!