Question:
I am using Visual FoxPro 5. Is it possible when exporting a table to a text file to have the field names exported on the first line of the text file? For example:
"FirstName","LastName","Street","city","St","ZIP"
FirstName, LastName, etc are the field names in the table.
Answer:
You could perform an export, and then use the low level file functions (FOPEN, FWRITE, FPUTS, FCLOSE) to add the information at the top of the exported file.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.
























