Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do While and Loop?
Message
De
24/08/2010 04:25:56
 
 
À
24/08/2010 04:15:35
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01478087
Message ID:
01478088
Vues:
76
This message has been marked as the solution to the initial question of the thread.
>Hi,
>Here the basic question, how can I loop during Do while cycle?
>
>Do
>.............
>If mycondition=true
> . Here I want to loop back to prevent next code execution
> Loop (in VFP)
>End if
>
>..... here is some code...
>
>While loBO.moveNext()
>
>I don't found this in help ;-/


in C#, it's continue - and also in VB


http://msdn.microsoft.com/en-us/library/801hyx6f.aspx

In your case it may be: Continue While

I do not know whether the While after Continue is mandatory
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform