Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file + variable, error
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Copy file + variable, error
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01336220
Message ID:
01336220
Vues:
65
I teste


COPY FILE &anxFullPth TO "DADOS\ENVIO.DBF"

works fine


Then

txtPathName = "DADOS\ECT\" + "ECT" + CHRTRAN(DTOC(DATE()),"/","") + ".TXT"
COPY FILE &anxFullPth TO txtPathName

Returns:

"command contains unrecognized phrase/keyword"

Also tried

COPY FILE &anxFullPth TO &txtPathName

***** &anxFullPth is the file to be copied with its full path
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform