Has anyone been able to get the indexer working by extending Array
class?

Like

Myclass extends Array
{
        ... Constructor and Other needed elements
}

!!! Usage I am looking for:

Myclass[index]

One of the properties of the prototype is length. It actually gets set
on Myclass during extension of Array but I haven't figure out how to set
the index to respond with at least internal value. Ultimately I would
like to use this in static mode as an actual type.

So this would be in some way custom prebuilt array.

Any other alternatives are appreciated, thank you!
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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