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 logically true.
>
> I'm getting some random reports that make me wonder if this is broken in
> some version of cf. Hrmm...
>
> --min
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to