Posts by Machizu • 1 point
1 post
-
-1
votes1
answer72
viewsQ: Convert millions of STRING to INT - Javascript
I have a string 123.456.789 and when using parseint is returning 123456, how to do to return 123456789 ?
1 post
-1
votes1
answer72
viewsI have a string 123.456.789 and when using parseint is returning 123456, how to do to return 123456789 ?