Possible? It works with just a little more syntax!
Oh this is about Instr, not just a string?
"I personally think you'd confuse the crap out of people with the above."
Aye!
Code: (Select All)
_Title "test Select Case"
Input "Enter y for yes, n for no, c for cancel"; test$
Select Case test$
Case Is = "y": Print "you chose yes."
Case Is = "n": Print "you chose no."
Case Is = "c": Print "you chose cancel."
Case Else: Print "you chose something besides y, n, c."
End SelectOh this is about Instr, not just a string?
"I personally think you'd confuse the crap out of people with the above."
Aye!
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

