Results 1 to 2 of 2

Thread: Try...Catch...Finally?

  1. #1
    Guest

    Talking

    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?

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    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
  •  



Click Here to Expand Forum to Full Width