-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Use
> <CFIF #myvariable# IS "">do something</CFIF>
Erf... Don't do THAT... This is 2-3 times faster:
<cfif Not Len(myvariable)>
It's empty
<cfelse>
It's NOT empty
</cfif>
Best regards,
Zac Bedell
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
iQA/AwUBOVibTAraVoMWBwRBEQIhxACffNgrvzsQ8IFwXA5PU8tveQWKjRgAoOTe
mLuNjM8RGgJSe/WUISqpeHRv
=729N
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.