I've never seen the "===" operator before - do you mean "=="?
Alias On 11/25/05, zwetan <[EMAIL PROTECTED]> wrote: > > > > 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 > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

