Yep. Thanks Karen Unload data from temptable using all AS ASCII
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 4:04 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Extra columns in XLS spreadsheet Dennis: I'm sure it's a typo, but your unload should have AS ASCII Karen SET EOF OFF SET NULL ' ' Output &vCSVfile WRI '"ColTitle1","ColTitle2","ColTitle3"' --Notice the above is using double quotes around the names, but single quotes around the whole string SET Quotes=NULL SET Quotes=" Unload data from temptable using all SET Quotes=NULL SET Quotes=' OUTPUT SCREEN SET EOF ON set null '-0-' LAUNCH &vCSVfile

