I have an array of objects like this:

var foo:Array = new Array();
foo[0] = {typ:"A", label:"foobar"};

and some time later, I'd like to change the value of typ like so:

foo[someIndex].typ = "B";

However thats not working, the value isn't being set. I think I am missing
something pretty simple here.

- e.
_______________________________________________
[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