Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why no Directory() like File()?
Message
From
10/12/1999 18:25:37
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00301679
Message ID:
00302061
Views:
33
*** Begin quote
Why not recycle the deleted records instead? IN your routine that adds the file to the queue just do something like this;

SET DELETED OFF
LOCATE FOR DELETED()
IF FOUND
RECALL
SCATTER MEMVAR MEMO BLANK
GATHER MEMVAR MEMO
ELSE
APPEND BLANK
ENDIF
SET DELETED ON
*** End Quote

Because i never thought of it? That is better, it's constantly cleaning up after itself. Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform