Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp 6.0
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00275577
Message ID:
00275586
Views:
22
Hi James,

>***code bombs on copy
>COPY FILE &cname TO C:\JUNK\pedigrees\&cname

The way to do this is define a second variable

cNewName = 'C:\Junk\pegigrees\'+allt(cName)
COPY FILE &cname TO &cNewName
Previous
Reply
Map
View

Click here to load this message in the networking platform