09-10-2012 09:39 AM
Is there a tutorial on how to use the Control Arrays in LabWindows?
It is simple enough to create them in the UIR, but coding is not what I was hoping for.
I tried this
for(iLoop = 0; iLoop = iNumberofControls; iLoop++)
SetCtrlVal(Panel, CRTLARRAY[iLoop], value);
Solved! Go to Solution.
09-10-2012 09:51 AM
Hi,
I am aware of the manual, http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/uiref/programming_with_control_arrays/, and of the (very) brief example userint\ledctrlarray.cws
09-10-2012 10:03 AM
Thanks, this is what I am looking for.