Skip processing an item in DataSet and go to next
Author: Carova
Creation Date: 11/28/2017 8:23 PM
profile picture

Carova

#1
I went searching to find the equivalent to "break" for a process and came up empty. I am obviously not using the right C# terminology.

Here is what I want to do:
CODE:
Please log in to see this code.


What is that command? Thanks!

Vince
profile picture

Eugene

#2
There is no such command. If you have an established loop by symbol (think DataSetSybmbols) you could skip the current item with continue.

Actually, why not simply invert your logic?
CODE:
Please log in to see this code.
profile picture

Carova

#3
Hi Eugene!

Good suggestion! Thanks!

Vince
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).