Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending from files where the file or path contains spa
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01172990
Message ID:
01172998
Views:
16
>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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform