@James.M wrote:
don't you guys get confused with the case numbering? Anything beyond two elements results in non-intuitive numbering
Changing the radix on the case structure to Boolean help me from getting confused.
Then from the order they are added to the array
'1' Only the 1st in the array is true
'10' only the 2nd in the array is true
'11' both the 1st and the 2nd
'100' only the 3rd
Omar