Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save all vars. and everything
Message
De
14/07/2006 02:27:40
 
 
À
13/07/2006 20:35:26
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:
01136298
Vues:
17
The data in the memo field is not readable as it is stored encrypted, but the RESTORE command will restore all the stored variables.

>I tried that but when I look into a memo field I see a bunch of non-printable chars along with var names and their types.
>
>>>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?
>>>
>>>Thanks
>>
>>There may be a better way in VFP 9, but in the olden days we used to
>>
>>SAVE [ ALL LIKE VarSkeleton | ALL EXCEPT VarSkeleton ]
>>        TO FileName | MEMO MemoField
>>RESTORE FROM FileName | MEMO MemoField [ ADDITIVE ]
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform