Richard,
Unfortunately, you can not change the properties for different
elements in an array.
An array is one set of properties with a bunch of different values.
So the range of every element will be the same, however the values can
obviously be different.
Depending on your use case I would suggest using clusters. In a
cluster each different control in the cluster can have different
properties.
Either that or take advantage of the �In Range and Coerce� VI on the
different elements of the array to check if they are in the range you
wanted.
Another method to get the desired results would be to use events to
monitor what value the user is attempting to enter, and if it is out
of the range for that element you could programmatically change it.
Evan
National Inst
ruments