|
-
Jun 27th, 2006, 02:10 AM
#1
Thread Starter
Fanatic Member
Exit Sub equivalent c# .net
hi! Does Exit Sub in VB6 has equivalent to C#.net?
-
Jun 27th, 2006, 02:16 AM
#2
Re: Exit Sub equivalent c# .net
In all C-based languages you simply use "return". If the type of the method is "void" then you don't provide a return value.
-
Jun 27th, 2006, 02:30 AM
#3
Thread Starter
Fanatic Member
Re: Exit Sub equivalent c# .net
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|