Nope... a return will never work with Branch(L) anyway, as Branch(l) use goto.
Branch index,[Label1, Label2,Label3] is something like ...
Code:Select CASE index Case 1 : goto Label1 Case 2 : goto Label2 Case 3 : goto Label3 End Select
Nope... a return will never work with Branch(L) anyway, as Branch(l) use goto.
Branch index,[Label1, Label2,Label3] is something like ...
Code:Select CASE index Case 1 : goto Label1 Case 2 : goto Label2 Case 3 : goto Label3 End Select
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks