Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save all vars. and everything
Message
 
 
À
13/07/2006 19:08:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01136273
Message ID:
01136283
Vues:
16
>I want to dump all my memory vars., arrays, and so worth into a memo field in case of an error. How can I do that?
lcTempFile = FORCEEXT(ADDBS(SYS(2023)) + SYS(2015), "TMP")
CREATE CURSOR test (mm M)
LIST MEMORY TO FILE (lcTempFile) NOCONSOLE
APPEND BLANK
ERASE (lcTempFile) 
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform