Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exit nested FOR loops
Message
 
To
27/07/2007 14:53:46
Al Doman (Online)
M3 Enterprises Inc.
North Vancouver, British Columbia, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01244106
Message ID:
01244229
Views:
20
Al,

You still need an extra IF as Naomi said
DO WHILE Counter <= MaxCount AND FlagIsTrue
  ...
  FlagIsTrue = SomeLogic( )

  * You might want to skip this lines, so

  if FlagIsTrue
    * Extra lines in the loop
  endif

  Counter = Counter + 1

ENDDO
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform