I have an array of clusters, each with two elements: an array of four numeric controls, and a boolean control. Is it possible to programmatically modify the colors(4) property of individual boolean control elements within this broader array? My first attempt modified the colors of all elements of the larger array. Must every successive element of an array share the same properties (color in this case)?
See attached example.
Thanks in advance,
Cameron