You might try putting the values in single quotes so that it thinks its a text value instead of numeric.
cprefix="<@sq>" csuffix="<@sq>," On 5/5/05, Fogelson, Steve <[EMAIL PROTECTED]> wrote: > > > > I am writing an array into a csv file with the following: > > > > <@var request$Labels aprefix="" asuffix="" rprefix="" rsuffix="<@crlf>" > cprefix="" csuffix=","> > > > > Everything works great except when I open it with excel, it removes leading > zeros for zip codes. Evidently it thinks it is a numeric field. If you open > the csv file with NotePad, it is fine. > > > > Any suggestions how to handle this? > > > > Thanks > > > > Steve Fogelson > > Internet Commerce Solutions > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to > http://www.witango.com/developer/maillist.taf > > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
