Why doesn't this work:
Select Map%
Case < 0
Case > 5 and < 10
End Select
I guess there is som "behind the scenes" logic that I don't get with select..
When on the subject, what can one do with select really?
This is the 2 I heard about:
Case 1,3,5,2,2 ;pick several
Case 1 To 5 ;Get intervall
There is probably more secrets hiding in select~
Anyone who knows?
//Wave~
Select Map%
Case < 0
Case > 5 and < 10
End Select
I guess there is som "behind the scenes" logic that I don't get with select..
When on the subject, what can one do with select really?
This is the 2 I heard about:
Case 1,3,5,2,2 ;pick several
Case 1 To 5 ;Get intervall
There is probably more secrets hiding in select~
Anyone who knows?
//Wave~