[thelist] ASP: Select Case question

Brian Cummiskey Brian at hondaswap.com
Mon Jul 19 22:26:22 CDT 2004


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>From: "Casey Crookston" <casey at thecrookstons.com>
>Subject: [thelist] ASP: Select Case question
>
>
>: In a simple Select Case routine, is there an option to
>: set a default in case no case is selected?  In other
>: words, at the end of the Case list, add a
>: catch-all which will fire if none of the other cases were true?
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>  
>
select case casename
case 1
    foo
case 2
    bar
case else
    catch-all


More information about the thelist mailing list