> Hi All,
>
> I am getting an error when I write a code like:
>
> <cfif tempValue eq null>
>
> ...
>
> </cfif>
>
> If I write
>
> <cfif tempValue eq "">
> ...
> </cfif>
Null values can't use EQ or =, you need to ask
<cfif tempValue is NULL>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.