Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save all vars. and everything
Message
From
13/07/2006 19:31:04
 
 
To
13/07/2006 19:08:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01136273
Message ID:
01136276
Views:
14
>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 ]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform