Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uppercase / lowercase style
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00138827
Message ID:
00140463
Views:
47
>Oh you cut me to the quick.:-) LOOP/EXIT...ugh. Never use them. I know with your work, however, you probably have to. Typically, I emulate it by forcing at least one iteration. For example:
>* Assure the loop iterates once
>lldone = .F.
>DO WHILE NOT lldone
>  * Code stuff here
>  * then, right before the ENDDO
>  lldone = < logical expression >
>ENDDO
>It works for me, but still...

Yes, we've been thru this mill before, haven't we...I promise never to publicly admit to using them, at least :)
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform