CF doesn't have any notion of NULL, you need to either

<cfif tempValue eq "">

OR

<cfif not Len(tempValue)>

Steve

> -----Original Message-----
> From: aslam bajaria [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 07, 2000 15:45
> To: [EMAIL PROTECTED]
> Subject: Null Values check
>
>
> 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>
>
> Then the null values are not being checked. Can
> someone tell  me how do you check for null values?
>
> Appreciate.
> A.B.
>
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> 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.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

Reply via email to