>
> Can anyone confirm whether the flash 6 player can't differentiatate
> between a function that returns "null" and on which returns
> "undefined"? Is there a difference on the bytecode level?
>

Humm first you could provide the function or at least
a cutdown version of it

and/or

Try to use identity eguality

trace( foobar() === undefined );
trace( foobar() === null );


zwetan



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to