07-31-2005 08:22 AM
07-31-2005 09:44 PM
Why don't you pass references to just those controls that you are interested in? Alternately, you could put all the controls into a single cluster and pass a reference to that cluster to the subvi. You would then create a value change event on the cluster and compare the NewVal and OldVal event data to determine which control in the cluster changed.