I'm having trouble with the syntax when trying:
It seems to gag on the OR statment. It seems I remember being able to do that in VB or VBA - does ASP script not support this, or am I just messing up the syntax?
I am a nobody, and nobody is perfect; therefore, I am perfect.
Code:
Select Case str
Case "All" OR ""
do stuff
Case "choice1"
do other stuff
Case Else
do stuff
End Select
It seems to gag on the OR statment. It seems I remember being able to do that in VB or VBA - does ASP script not support this, or am I just messing up the syntax?
I am a nobody, and nobody is perfect; therefore, I am perfect.