Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do While and Loop?
Message
De
24/08/2010 04:54:47
 
 
À
24/08/2010 04:25:56
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01478087
Message ID:
01478089
Vues:
41
>>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

:))) Oh.. Thanks a lot Gregory.. google it and not found :))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform