Number seperator

How to remove number seperator For example I have 29 400 and i need 29400
closed account (o3hC5Di1)
Hi there,

Unless I'm mistaken, having a space in there makes your variable a string and not an int.

That makes you able to treat it as a string:
http://stackoverflow.com/questions/83439/remove-spaces-from-stdstring-in-c

Hope that helps.

All the best,
NwN
Topic archived. No new replies allowed.