-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> >But don't use:
> ><cfif #myvariable# IS "">
> Can you tell us why we shouldn't use this?
There's a couple of things wrong with that. First, you don't need
the #'s around myvariable. It'll work with them there, but I believe
the CFML parser prefers that they not be there. Second, by doing:
<cfif Len(myvariable) EQ 0>
you speed things up by 2 to 3 times. Check out previous messages in
this thread for an explanation of why that is.
Best regards,
Zac Bedell
PS: Can this thread die now? Please?
========================================
Zachary S. Bedell,
Chief Technology Officer,
Adirondack Technologies, Inc.
Please include original message in any replies -- I get a
lot of email every day, and I have a REALLY bad memory...
So I don't always remember everything that was said.
Thanks!
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.2 for non-commercial use <http://www.pgp.com>
Comment: Please use PGP!!!
iQA/AwUBOVodpgraVoMWBwRBEQLZ3gCgsu3N/is1zho+DxUuR41P36V7AKYAoL7N
Kmprr6aAqKgXnhSRWGNStIzr
=363b
-----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.