Hello,
I am having trouble removing a ',' from a string. Basically I have prices such as 225.41, 356.99 etc.. which I convert to an integer using parseFloat.When it gets to 1,000 because of the comma between the 1 and the zeroes it doesn't recognise it as an integer using parseFloat. Is there a way to remove the comma from the string and just recognise it as 1000 rather than 1,000. Any help would be appreciated.
Thanks
I am having trouble removing a ',' from a string. Basically I have prices such as 225.41, 356.99 etc.. which I convert to an integer using parseFloat.When it gets to 1,000 because of the comma between the 1 and the zeroes it doesn't recognise it as an integer using parseFloat. Is there a way to remove the comma from the string and just recognise it as 1000 rather than 1,000. Any help would be appreciated.
Thanks