G
Guest
How can I get the minimum value, maximum value, the number of items in an
enum and a random value from an enum?
I intend to use an enum as a lookup table for randomly selected colours.
Or is enum the wrong choice? better use an array?
thanks herbert
enum and a random value from an enum?
I intend to use an enum as a lookup table for randomly selected colours.
Or is enum the wrong choice? better use an array?
thanks herbert