Not without setting up an array of potential answers and looping through it and then you have the extra typing to set up the loop
Only other way that springs to mind is
Select Case myString
Case "one"
goto linereference
case "two"
goto linereference
case "three"
goto linereference
case else
goto different linereference
End Select
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.