CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: Is goto an acceptable command in VB?

Voters
15. You may not vote on this poll
  • Yes!

    5 33.33%
  • No!

    2 13.33%
  • What's Goto!?

    0 0%
  • Whatever Tickles Your Fancy...

    2 13.33%
  • Only in error trapping

    5 33.33%
  • It depends

    1 6.67%
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    May 2002
    Location
    CANADA
    Posts
    55

    Using Goto in VB

    Well, I'm reading a C++ Book. It says that using the goto command in C++ is shunned by programmers. I'm just wondering if that applies to vb...

    Now not being an expert programmer, I've found the goto command very useful in vb to get out of loops, and just to streamline my whole code.

    So thats the question at hand... Is goto an acceptable command in VB?

    -Edited by Cimperiali to add two more options
    Last edited by Cimperiali; January 28th, 2003 at 11:52 AM.

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

Featured