[thelist] ASP: Select Case question

Ken Schaefer ken at adOpenStatic.com
Mon Jul 19 08:31:47 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?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Are you talking about VBScript?

Case Else

It's under the Select Case entry in the docs:
http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en

Cheers
Ken



More information about the thelist mailing list