Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying a file and utilizing a macro
Message
 
 
À
28/06/2007 22:26:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01236665
Message ID:
01236667
Vues:
13
>Hi. Please tell me how to express this in code:
>
>I am using fox code to archive monthly files
>
>mydate='0607'
>
>COPY f:\mydrive\myfile.* f:\yourdrive\file&mydate.*
>
>
>Thanks, Randy
COPY FILE f:\mydrive\myfile.* to ('f:\yourdrive\file' + m.mydate +'.*')
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform