but you allready have an option for this.

code:

Select
case $a = 1
...
case $b = 2
...
case 1
(this case is always true, so always make it the last case statement so that it will be ran after all of the other case's are false)
endselect


Bryce

------------------
kix.isorg.net

[This message has been edited by Bryce (edited 19 April 2001).]