|
You betcha! No dimming, here, though.
my_array = [];
my_array.push(submit_pb);
my_array[1] = "wuzzup";
my_array.push(function(){ return "dude!";});
my_array.push({label: "sup", data: 123});
|
- Re: [flexcoders] Question about arrays Manish Jethani
- RE: [flexcoders] Question about arrays JesterXL
- RE: [flexcoders] Question about arrays Dirk Eismann
- Re: [flexcoders] Question about arrays Manish Jethani

