Code:
pstCostTxt = "#40;#43;£" & formatNumber(iCalcDiff) &"#41;"
I have this code in my Classic ASP page, it will display
Is there any benefit in coding the HTML codes instead on
Code:
pstCostTxt = (+£" & formatNumber(iCalcDiff) &")"
What is generally thought of as the correct way to do this.
Thanks.
Picco
www.crmpicco.co.uk