Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Doubt in loop continue


Message #1 by Ramesh Sridharan <mr_sriramesh@y...> on Mon, 23 Sep 2002 10:19:48 -0700 (PDT)
Hi,
  Hope the following alternation may work out for you.

While <Condition>

--statements--
--statements--
--statements--
--statements--
--statements--
--statements--

Wend

Bye
Prakash

>From: Ramesh Sridharan <mr_sriramesh@y...>
>Reply-To: "professional vb" <pro_vb@p...>
>To: "professional vb" <pro_vb@p...>
>Subject: [pro_vb] RE: Doubt in loop continue
>Date: Mon, 23 Sep 2002 11:00:52 -0700 (PDT)
>
>I think the goto statement works fine. The second
>option is i could change the structure from
>
>for
>if (true)
>    continue
>end if
>stat 1
>stat2
>stat 3
>next
>
>to
>
>for
>if (false)
>stat 1
>stat 2
>stat 3
>end if
>next
>
>Help me if u have any other simple option for this.
>
>Thank you all.
>
>=====
>Sincerely,
>Ramesh S ( Ph:  xxx-xxx-xxxx  )
>****************************************
>*     When putting cheese in a mousetrap,        *
>*           always leave room for the mouse.      *
>****************************************
>
>__________________________________________________
>Yahoo! - We Remember
>9-11: A tribute to the more than 3,000 lives lost
>http://dir.remember.yahoo.com/tribute
>
>
>---
>Visual C# - A Guide for VB6 Developers
>This book will make it easy to transfer your skills
>from Visual Basic 6 to C#, the language of choice
>of the .NET Framework.
>http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


  Return to Index