Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wishlist???
Message
From
03/09/1999 16:49:27
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00260725
Message ID:
00261378
Views:
34
>>Hi Jim,
>>
>>Funny you mention that this would bring VFP in-line with other languages. I* was swapping some private messages with Craig B. and mentioned that I'd like to see a post-test iteration structure and VFP not having one where other languages do. Might seem a bit silly since we can emulate one, but after reading your comments, maybe not so much so.
>
>I gotta ask, what is a post-test iteration structure?

In a DO WHILE structure if the WHILE condition
is not true the loop is not executed at all
in a "post-test iteration structure" (DO UNTIL)
the loop is executed at least once (at the end
of the loop insted of the beginning).

...kt
Previous
Reply
Map
View

Click here to load this message in the networking platform