I've recently been tasked with updating a classic ASP page and have no experience in this language. Is it possible to write a condition into a Select
statement's case
like so:
Select Case <variable>
Case <value> && <if variable2 == something>
Case <value> || <if variable2 == something else>