|
Here’s a way to do it using actionscript;
var i:Number=10; var s:String;
s=String(i); trace(s); // 10 trace(typeof s); // string
Alex Hearnz
-----Original Message-----
I am just curious because I amtrying
to do this in Flex |
- Re: [flexcoders] How do you convert a string to a number Alexander Hearnz
- Re: [flexcoders] How do you convert a string to a nu... Nate Nielsen
- Re: [flexcoders] How do you convert a string to a nu... Darron J. Schall

