I have one Cluster. In that cluster i have 34 string controls and 24
Numeric controls.I have 2nos. 1D arrays.one for strings and another
one for numeric datas.Since the control index is mixed for numeric and
String(Example index 0 is string,index 1 is String,Index 2 is
string,index 3 is Numeric,index 4 is String,Index5 is
Numeric,etc.,).How can i pass the datas to the correponding
controls.If I use value property node for each controlto assign the
corresponding values from the array, it seems to be very big program
and trouble shooting also big headache to me.Please suggest