Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from help
Message
 
 
À
15/09/2004 11:20:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00942436
Message ID:
00942439
Vues:
17
Use name expression or double quotes around file name.
lcFileName = "c:\program files\test\myfile.txt "
APPEND FROM (lcFileName) TYPE DELIMITED

APPEND FROM "c:\program files\test\myfile.txt" TYPE DELIMITED
>
>APPEND FROM c:\programfiles\test\myfile.txt TYPE DELIMITED
>
>works fine,
>
>but not work at all
>
>APPEND FROM c:\program files\test\myfile.txt TYPE DELIMITED
>
>because of space between program and files which is
>
>c:\program files standard in the root directory for windows.
>
>Any help would be greatly appreciated.
>TIA
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform