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

You're welcome
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform