Jason,
I was able to convert the data from XML using parseInt() yesterday, and today I learned that to get information into a usable string I needed to use .nodeValue. both of these methods are taking considerable time to code for every variable.

Is there a more efficient way to get everything in?

Thanks,
--dan


Merrill, Jason wrote:

You can also just use var a:Number = Number(b);

This is also slightly faster (IIRC) than parseInt.

At least when working with XML, I have found Number() to be fairly inconsistent in converting strings to numbers. parseInt() seems to work everytime.

Jason Merrill ICF Consulting E-learning Solutions















NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to