08-26-2010 02:32 PM
Hi,
I have an array, and I would like to get the unique values. Then I would like to place the unique values as input
to my numeric control. From the diagram below, the user would able to choose the following numbers:
1,2,3,5,7; since thess are the unique values
In a nutshell is it possible to place irregularly spaced numbers into a numeric control.
If the above is not possible, can one pass the unique values to a menu ring instead
Solved! Go to Solution.
08-26-2010 02:35 PM - edited 08-26-2010 02:36 PM
A numeric control only accepts a single value. You cannot have it hold multiple values.
If the above is not possible, can one pass the unique values to a menu ring instead
You could set the Strings[] property of the menu ring to your list of values:
08-26-2010 03:02 PM
Instead of passing the unique values to a numeric control, which you can't do, you can pass them to an ARRAY of numerics.