Re: [flexcoders] XML to Number from an HTTPservice

2007-04-11 Thread Michael Wills
Have you tried casting using the "as" operator? num : Number = result.value.I.Want as Number; I'm new and still learning though. I just didn't see anyone else reply yet... Hope that helps, Michael lcujino wrote: I've created an HTTPservice to put some information from an XML on my applica

RE: [flexcoders] XML to Number from an HTTPservice

2007-04-10 Thread Gordon Smith
xcoders@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 f

[flexcoders] XML to Number from an HTTPservice

2007-04-10 Thread lcujino
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)