Hi guys,
I am trying to figure out how to eliminate a space between a currency symbol and the price being pulled from the database...here is my code:
Price:£#NumberFormat(get.price,"99,99999999")
When it displays the price it looks like this: £ 100,000
And...
I want it to look like this: £100,000
Any ideas?
Thanks
I am trying to figure out how to eliminate a space between a currency symbol and the price being pulled from the database...here is my code:
Price:£#NumberFormat(get.price,"99,99999999")
When it displays the price it looks like this: £ 100,000
And...
I want it to look like this: £100,000
Any ideas?
Thanks