export

Steve Waters swaters at abiederman.com
Thu Apr 29 13:55:23 PDT 2004


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" 

Thanks for any help,
Steve



More information about the Filepro-list mailing list