Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from files where the file or path contains spa
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01172990
Message ID:
01173271
Vues:
13
>>A slight adfjustment to Sergey's suggestion since file and path that have spaces need quotes around them;
>>
>>
>>gcTable = ["] + GETFILE('', 'Import File', 'Import', 0,'Import Account Reconcilement Data') + ["]
>>
>>IF FILE(gcTable)
>>   append from (gcTable) delimited
>>ENDIF
>>
>
>Jim,
>
>Your adjustment is unnecessary when Name expression is used.

Sregey,

The line IF FILE(...) would not work right without the quotes added in.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform