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
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