RE: short circuiting in cf4.x+

2000-12-10 Thread lsellers
Works fine in 4.01. What's a "random report"? What I thought. Was getting reports about some cfm code people downloaded from my site. Works fine for me too. But thought perhaps there was some general "allaire wierdness" going on I wasn't aware of. danke. --min

short circuiting in cf4.x+

2000-12-09 Thread lsellers
Question. cf4.x does support conditional short circuiting, correct? ie, CFIF IsDefined("Cookie.toggleURL") AND Cookie.toggleURL IS false should evaluate the first part, and then only evaluate the later half if the first is logically true. I'm getting some random reports that make

Re: short circuiting in cf4.x+

2000-12-09 Thread Jim McAtee
Works fine in 4.01. What's a "random report"? - Original Message - From: "lsellers" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, December 09, 2000 10:41 PM Subject: short circuiting in cf4.x+ Question. cf4.x does support conditi

Re: short circuiting in cf4.x+

2000-12-09 Thread Michael Dinowitz
Short circuited boolean evaluation was introduced in CF 4.01. Question. cf4.x does support conditional short circuiting, correct? ie, CFIF IsDefined("Cookie.toggleURL") AND Cookie.toggleURL IS false should evaluate the first part, and then only evaluate the later half if the first is