export
Kenneth Brody
kenbrody at bestweb.net
Thu Apr 29 14:08:12 PDT 2004
Steve Waters wrote:
>
> Hello,
> I am writing a export file that looks like this,
>
> export ascii file=file.txt r=\n f=, o=" c="
>
> file(1)=1 'part number
> file(2)=2 'description
>
> With the result of
>
> "1234","o-ring"
> "3456","nail"
>
> Is there a way to get the Part Number and Description
> to lead the data like this?
>
> "part number","description"
> "1234","o-ring"
> "3456","nail"
Export the field headings before exporting the first record.
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody at spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
More information about the Filepro-list
mailing list