Hey all,
I’ve got a small issue where I’m receiving a data feed that sends me numbers in a format without commas. For example
$1000000
I’d like it to be:
$1,000,000
Does anyone know an easy way to do this?
I’m also running into an issue with the same feed where it passes values without the second decimal:
$10.5 instead of $10.50
Any help on fixing these two issues would be greatly appreciated.
Thanks
Mat