Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exiting nesting loops
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00449008
Message ID:
00449050
Views:
14
Hi Nadya,

I'm glad you got it working, but rather than adding separate constructs, why not include them in the existing loop constructs?

Scan while myCondition = .T. and oValid.lContinue
do while myCondition = .T. and oValid.lContinue
etc..

>BTW, your suggestion works like a charm :) Actually, I did it first, then I thought, may be I don't need to repeat this
>
>if !oValid.lContinue
>    exit
>endif
>couple of times and deleted these lines. Then I found, that it doesn't work otherwise and inserted them again :)
>
>Now it works fine...
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform