02-27-2007 03:02 PM
02-28-2007 04:02 PM
Hi,
(1)To access individual element of the String[ ] array, use "replace array subset" to select the element and update with a new value. Note again that the modification will reflect on all the elements in the array of cluster.
(2) To access the cluster elements by name, get reference to all the controls and use the "label.Text" property to search for the ring control.
(3) Checkout LabVIEW Help (Grouping Data with Arrays and Clusters) for more information on how to change the tabbing order of cluster element.
Attached is another version of the VI.
Tunde