> anybody knows how to convert the Strings to numbers
 
Just cast them:
 
Number("1.23") 
int("1")
 
- Gordon

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of lcujino
Sent: Tuesday, April 10, 2007 10:36 AM
To: flexcoders@yahoogroups.com
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)



 

Reply via email to