Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save a table using a char variable
Message
 
 
To
27/01/2002 22:36:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00611355
Message ID:
00611365
Views:
20
You use Name Expression (see help for details).
STORE "MyName" TO cFilename
COPY TO (cFilename)
>Help!
>
>How the heck do you save a table using a char variable for its filename ?
>
>Example:
>
>USE NAMES IN 1
>STORE "MyName" TO cFilename
>COPY TO cFilename.DBF <<<<--- Obviously doesn't work
>
>Desired result: Myname.dbf
>
>I am sure there is a simple solution, since this is a obvious common pratice.
>
>Any help would be appreciated...
>
>Scott Rands
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform