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]

Reply via email to