I think the "eq" and "ne" operators are supposed to be used for String
comparisons, and the "==" or "!=" operators used for numerical or other
comparisons etc.

==  and !=  won't work on strings in flash player 4 (and maybe 5?)




On 8/15/06, Grant Cox <[EMAIL PROTECTED]> wrote:

eq has been deprecated in favour of == for many years now.  While they
should be equivalent, you should not use eq unless you are targeting
Flash Player 4/5.

Is the code where == didn't work for Flash lite?


dnk wrote:
> Is there a difference?
>
> I have had some code that will not work using the "==" and then does
> using the "eq".
>
>
> Any issues?
>
> Just curious what the difference is.
>
> d
>
>
>
> _______________________________________________
> 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

_______________________________________________
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