Heres a noob question, this won't work:
see i have a veriable that can change, and i need a way to check a way to create multible case statements depending on what this veriable says..
in the above code i hoped to create 7 Cases numbering 3-10
but it doesnt work like that, any ideas/workarounds? i'm stumped.
Select Statement Case 1: ;do somthing Case 2: ;do somthing For i=3 to 10 Case i next End Select
see i have a veriable that can change, and i need a way to check a way to create multible case statements depending on what this veriable says..
in the above code i hoped to create 7 Cases numbering 3-10
but it doesnt work like that, any ideas/workarounds? i'm stumped.