> anybody knows how to convert the Strings to numbers
Just cast them:
Number("1.23")
int("1")
- Gordon
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of lcujino
Sent: Tuesday, April 10, 2007 10:36 AM
To: [email protected]
Subject: [flexcoders] XML to Number from an HTTPservice
I've created an HTTPservice to put some information from an XML on my
application.
Of course it works nicely as Strings, but anybody knows how to convert
the Strings to numbers? (I need to use the XML feed for calculations
on the application)