Hi Danny,

its an annoying issue and a subtle difference between the flash ide and
mtasc as well.
When compiling in mtasc, Array(myObject) becomes a regular cast and not the
freakish thing its in the Flash IDE:).

greetz
JC


On 7/20/07, Steven Sacks <[EMAIL PROTECTED]> wrote:

Danny,

I'm still not entirely clear on what you're attempting to do.  Can you
show more code to give us a bigger picture?



Danny Kodicek wrote:
> I'm trying to do something like this:
>
> if (a instanceof Array) {
> doMyArrayFunction(a)
> }
>
_______________________________________________
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

_______________________________________________
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