Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping Statements
Message
From
16/10/2000 11:42:26
 
 
To
14/10/2000 03:25:34
Lawrence De Grano
Computer Craft Corporation
Makati, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00429495
Message ID:
00429776
Views:
16
>Can I ask for some techniques on how make a procedure which will Scan a certain file which when the last record is encountered, it will go back to top. ... Can I also have the right command on how to exit the loop. Would you kindly help me with this problem. Thank you very much!

Something like:
do while .T.
    doevents()
    if lastkey() = 32
         exit
    else
         if eof()
               goto top
         else
               skip
         endif
    endif
enddo
?
Previous
Reply
Map
View

Click here to load this message in the networking platform