G
Guoqi Zheng
Ok, it sounds like a simple question but I just can not figure out how to do
it.
I use for each to loop an arraylist, what I want is that in case of some
condition is ture, it skip the rest code and go to next for.
for example.
For each x in arylist
If a =b THEN
' here I want to skip the pare of "do something here" below, then go the
next for each.
' how can I do it????
END
..... do something here....
Next
it.
I use for each to loop an arraylist, what I want is that in case of some
condition is ture, it skip the rest code and go to next for.
for example.
For each x in arylist
If a =b THEN
' here I want to skip the pare of "do something here" below, then go the
next for each.
' how can I do it????
END
..... do something here....
Next