Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why no Directory() like File()?
Message
De
10/12/1999 18:25:37
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvanie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00301679
Message ID:
00302061
Vues:
31
*** 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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform