Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loops
Message
 
 
To
03/04/2007 16:29:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Loops
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01211796
Message ID:
01211843
Views:
8
>Does a scan endscan loop exit at the bottom of the loop or at the top?

It depends on which conditions you specify. SCAN w/o any condition is equivalent to
GO TOP
DO WHILE NOT EOF()
  ...
  SKIP
ENDDO
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform