Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore Optimization
Message
 
To
08/03/2001 17:31:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00483330
Message ID:
00483473
Views:
11
Steve,

A minor point on your code. SCAN WHILE !EOF() is from the department of redundancy department. SCAN implies while not EOF(). However SCAN does always start at the top of the file unless there is an explicit WHILE clause or the REST option is specified, so your example code could have been;


...
scan REST
...
endscan
...


no need for WHILE !EOF()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform