Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[8] Select Case statement

Last post 09-12-2004 4:46 PM by HyperHacker. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [8] Select Case statement

    This thread is for discussions of Select Case statement.

    • Post Points: 0
  • 01-27-2002 10:17 PM In reply to

    Question on Case Stmt

    If you put the Case Is statement first, will it run this message box and not look at the others?
    • Post Points: 0
  • 03-17-2004 6:37 AM In reply to

    Case statement with logical operators-How ?

    This below code segment throws casting exception
    Select Case str1
               Case "SomeString" Or "NoString"
                   Response.Write("OK")
               Case "SmallString" And "BigString"
                   Response.Write("AND here")
           End Select

    Can you please explain the structure of Case statement in detail ?
    Thanx in Adv.
    • Post Points: 0
  • 09-12-2004 4:46 PM In reply to

    You want Case "SomeString", "NoString".
    • Post Points: 0
Page 1 of 1 (4 items)