Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to
Message
 
 
À
04/07/2003 11:50:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00807007
Message ID:
00807010
Vues:
21
You've to use name expression by enclousing variable into parenthesis.
COPY TO (lfilename ) ...
It's not recomended to use the SYS(3) function because it can return duplicate values on fast computers.
>STORE SYS(03) + ".csv" TO lfilename
>COPY TO lfilename TYPE DELIMITED WITH "" WITH CHARACTER "|"
>
>but the name the file become lfilename.txt
>
>so how can i have the value inside lfilename for the name of the file
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform