DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

justin's picture

Unregistered

Feeds

aliases

  • justin

justin

6 months ago

in AS3: How to Convert Number to String | Computer programming | Tech-Recipes on Tech-Recipes
same problem
I'm getting a number from an XML, looks like 123,456,78
i then myString.split(",").join("");
gives me "12345678"
now I want to use it in some math,
i tried Number(myString);
that just gives me the error above
Returning? Login