Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
STRTRAN not working
Message
De
12/06/2003 15:01:54
 
 
À
12/06/2003 13:43:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00799472
Message ID:
00799520
Vues:
29
This message has been marked as a message which has helped to the initial question of the thread.
Is this your goal?
lccode="COPY %1 <<IMPORTPATH>><<IMPORTFILE>>"
BG_ACCUWIN="C:\FOXPRO\TMP\"
lcLine = strtran(lcCode,"<<IMPORTPATH>>",BG_ACCUWIN)
lcLine = strtran(lcLine,"<<IMPORTFILE>>","ACCUWIN.TXT")
m.handle = fcreate("test.txt")
fputs(m.handle, lcLine)
fclose(m.handle)
modi file test.txt
>Any idea why the substitute is not working?
>
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform