Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Macros Wanted but How?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00421633
Message ID:
00421649
Views:
13
>I have a little code that looks like this:
>
>cDestFile = "\\server\share\excelout.xls"
>copy to (eval(cDestFile)) type xl5  &&breaks
>copy to &cDestFile type xl5         &&works
>
>What's the best way to do that without having to do macro sub?
>
>Thanks.



Use Name Expression

copy to (cDestFile) type xl5
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform