It is also an ODBC function

{fn ISNULL(a, b)}

if a is null take the value of 'b' otherwise use 'a' itself.

<Jaime/>



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 08, 2000 7:33 AM
> To: CF-Talk
> Subject: RE: Null Values
>
>
> IsNull() does not exist in Cold Fusion. It is a vbscript function.
>
> What I always do is:
>
> <CFIF Whatever IS "">
>       here is some stuff if whatever is null
> </CFIF>
>
>
>
> chris.alvarado
> cold.fusion - developer
> [phone] 512.794.6563
> [email] [EMAIL PROTECTED]
> [web] http://www.tmanage.com
>
>
> Privileged/Confidential Information may be contained in this
> message. It is
> not for use or disclosure outside TManage without a written proprietary
> agreement.  If you are not the addressee indicated in this
> message, or agent
> responsible for delivery, you may not copy or deliver this message to
> anyone.  Please notify the sender as soon as possible and immediately
> destroy this message and its attachments entirely.
>
>
>
> -----Original Message-----
> From: Corina S. Moore [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 08, 2000 9:19 AM
> To: CF-Talk
> Subject: Null Values
>
>
> One quick question,
>
>     I thought that there was a function called IsNull() however whenever I
> try to use it
>  gives me an error of "There is no ColdFusion function named IsNull".
>     I am running 4.0 but have looked in both 4.0 and 4.5 documentation and
> have found anything one
> it. Can someone Clear this up for me?
>
>     Thank You
>
> Cori
>
>
>
> ------------------------------------------------------------------
> ----------
> --------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a
> message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to