Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No Macros Wanted but How?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00421633
Message ID:
00421649
Vues:
14
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform