Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loops
Message
From
04/04/2007 08:42:24
 
 
To
03/04/2007 17:39:35
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:
01211925
Views:
11
>I believe that Basic (and perhaps others) have a WHILE - WEND where the code is always evaluated at least once and the loop control is at the bottom.

Pascal has a REPEAT-UNTIL construct that works that way:

REPEAT
* do something
UNTIL condition

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform