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