Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do While and Loop?
Message
From
24/08/2010 04:57:41
 
 
To
24/08/2010 04:54:47
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01478087
Message ID:
01478090
Views:
30
>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform