> As you have discovered you are not able to use numbers as 
> keys in line objects.

That's not true.

Just wrote this and it works fine.

a = {};
a["a"] = {};
a["a"][1] = new Number(5);
trace(a["a"][1]);
-- 5

Works for me.  You must be doing something else wrong.

I'm not sure why you're using new Number().  I don't think I've ever
used that.  Ever.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to