|
-
Sep 15th, 2000, 08:50 AM
#1
I've seen this video clip about the next generation of VB and they said VB programmers won't have to handle errors with "On Error Goto" anymore, but with Try...Catch...Finally scopes.
Anyone knows what it means?
-
Sep 15th, 2000, 09:24 AM
#2
Frenzied Member
if your familiar with c++ its same thing as c++/java try n catch blocks
instead of using go to
you can try a piece of code and if it returns the error..
you catch that error and play with it what you want to do
ya vb7 is gonna have try n catch
and is going to be a TRUE OOP
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
|