Grant Cox 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?

Yeah - that is what I thought. I was just checking for an empty string on a returned record set, and all I changed was:


if (var == "") {


to

if (var eq "") {


and that gave me the expected results.

I am just targeting flash 8.


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

Reply via email to