Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp 6.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00275577
Message ID:
00275586
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform