Ok;
Select x
Case 10 Or 9 ; <------------
Print "Hello world"
End Select
Why wont this work with the Or statement how do I make it work or is it not possible?
Select x
Case 10 Or 9 ; <------------
Print "Hello world"
End Select
Why wont this work with the Or statement how do I make it work or is it not possible?