Actually, the drop-through is exactly what I'd expect. ;-) Otherwise, how would you execute more than one case in a switch statement? On Feb 1, 2005, at 8:09 PM, Sivakatirswami wrote: > one would not expect the switch to dropdown to "quit" since quit was > not chosen, but that appears to be what happened.