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
Size:
Color:
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.
Size:
Color:
Hi Eugene!
Good suggestion! Thanks!
Vince
Size:
Color: