Dan, Indeed, one would expect the drop-through if there is no "break"

but, how would

case "Quit"

evaluate to "true" when the parameter
passed from the menuPick was "Print"
??

That's what is mysterious.

Sivakatirswami



On Feb 1, 2005, at 6:38 PM, Dan Shafer wrote:

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.

_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to