Evening People,

This maybe easy but I think I am missing something with the logic of a
cfscript piece of code.

In CFML it looks like this and works:

<cfif not (StructKeyExists(application,'Loader') and
IsObject(application. Loader) and Debug eq False)>

But when I translate this to CFScript:

If (not StructKeyExists(application,'Loader') and IsObject(application.
Loader) and Debug eq False)

I have tried what I think is every combo, but I know I am missing that
one that does work.

Anyone have any ideas.

Regards,
Andrew Scott




---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to