Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save To acting funny?
Message
 
 
To
27/08/2001 15:07:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00549571
Message ID:
00549582
Views:
15
>am i knutz, or should
>save to myfile.mem all like var1,var2,var3
>save the 3 vars to that file?
>restore from myfile.mem additive should restore the vars, right?
>i get var1 only. i have tried myfile.mem in and out of quotation marks with the same results. any ideas??
>tia
>john

You cannot specify a list of variables in the SAVE TO command only sceleton, something like
save to myfile.mem all like var*
It'll save all variables wich names start with 'var'. IMO, there're better ways to save variables than SAVE TO.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform