> that should work as well. this will also most likely provide the
> quickest results. I have noticed many people using the
> <CFIF string is ""> method. this is the slowest available
> method in ColdFusion. this has been proven its easy for you
> to see yourself as well. Anyhow check this link out
Really?
I've never timed the c++ IsEmpty() against a Compare() but logic would have
it be the exact opposite to that. An IsEmpty() simply has to compare the
first character *s to NULL and can be heavily optimized while the other is
more general and should have higher overheads even if it is also comparing
to an empty string.
Oh well.
:)
--min
------------------------------------------------------------------------------
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.