Export to CSV allowing "£" to show as "£&quot

JockJock Member Posts: 7
edited 2007-11-10 in Navision Attain
Hi Folks

Im trying to export a report to a CSV file. I can successfully export but if the field has a "£" sign in it, it shows as example "Postage charge where value of total order > œ15" the "œ" being the "£" i know i need to use convertstr and format(chr) but i have no idea where to place it in the code. :-k
See an example of the code below:

outstr := outstr + '"' + Item.Description + ' ' + Item."Description 2" + extradesc + purchasedesc + '"' + ','

Any Help appreciated [-o<

Comments

Sign In or Register to comment.