Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to
Message
 
 
To
04/07/2003 11:50:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00807007
Message ID:
00807010
Views:
20
You've to use name expression by enclousing variable into parenthesis.
COPY TO (lfilename ) ...
It's not recomended to use the SYS(3) function because it can return duplicate values on fast computers.
>STORE SYS(03) + ".csv" TO lfilename
>COPY TO lfilename TYPE DELIMITED WITH "" WITH CHARACTER "|"
>
>but the name the file become lfilename.txt
>
>so how can i have the value inside lfilename for the name of the file
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform