Boolean expressions are faster.

At 09:51 AM 11/8/00 -0600, you wrote:
>and why is that?
>
>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: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, November 08, 2000 9:31 AM
>To: CF-Talk
>Subject: RE: Null Values
>
>
>Much Better to do
>
><cfif Not Len(Trim(Whatever))>
>
></cfif>
>
>Justin MacCarthy
>
>
> >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>
> >
>
> >
>
>
>----------------------------------------------------------------------------
>--------------------
>Archives: http://www.mail-archive.com/[email protected]/
>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/[email protected]/
>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/[email protected]/
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