Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concatenation Challenge
Message
 
 
To
29/10/2001 11:43:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00574556
Message ID:
00574558
Views:
24
>I have set up a table with paths to different places on local drives and in our system where files reside that foxpro has to take action on. I am havinf trouble with copy file to syntax. I need the following line to use my table path
>
>Copy File &dty2 To \\gv-engineering\drawing\wgen\pre_pdf\hold\&dty2
>Note the above is functioning now.
>
>Desire to be
>
>Copy File &dty2 To &pdfhold + &dty2
>
>However this syntax will not work.

Try:

Copy File &dty2 To &pdfhold.&dty2

The "." should signal VFP to stop substituting and then the "&dty2" will signal to start again. Haven't tested it.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform