RE: [Flashcoders] [:::] appending html to a var for displaynot workingand code not runnign as expected.

2006-08-15 Thread Keith Reinfeld
>but if you look I am testing if they are NOT equal to those things.. as >in if the results are not null/undefined or ""... then write out the >links with the returned data. So then they would write proper html links. Just in case André Goliath's case is not completely made: function c

Re: [Flashcoders] [:::] appending html to a var for displaynot workingand code not runnign as expected.

2006-08-15 Thread dnk
André Goliath wrote: Yes, but you need to connect them with AND and not with OR, try this: (this is your current code) // // var myLinker1 = undefined; trace("myLinker1 = "+myLinker1); if ((myLinker1 != "") || (myLinker1 != undefined) || (myLinker1 != null)) { trace(" i exectue!"); /

RE: [Flashcoders] [:::] appending html to a var for displaynot workingand code not runnign as expected.

2006-08-15 Thread André Goliath
ker1 != null)) { trace(" i exectue!"); //does NOT trace } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Tuesday, August 15, 2006 8:29 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] [:::] appending html to a var for