Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with a TXT file.
Message
From
31/07/2003 16:32:08
 
 
To
31/07/2003 15:57:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00815594
Message ID:
00815621
Views:
14
if you just want to read in the file and it is in a standard delimited format it's very easy.
append from ('c:\mytext.txt') delimited
see help on "append from"

If it is not in a standard delimited format you will need to use low-level file functions :( like fopen() etc...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform