(Exit) Not to continue the execution
C#
3
Posts
3
Posters
1
Views
1
Watching
-
How can i exit or not to continue the execution of statements in a certain event or function? Just like "Exit Sub" in Visual Basic...
return.
Deja View - the feeling that you've seen this post before.
-
How can i exit or not to continue the execution of statements in a certain event or function? Just like "Exit Sub" in Visual Basic...
hi, try return;
Waleed Eissa