So say I have a multi dimensional array like:

main[0].name = "Ted";
main[0].hair = "brown";



and then I want to later, after this array already exists push a new value to 
it:

main[0].shoes = "dress";


How would I go about that... I tried main[0].push({shoes:dress});

or some such - but that did not work....

Ted
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to