> > I know we've determined that <cfif not varname> is faster than > <cfif varname is not 0>, etc., > but is <cfif varname is not ''> slower than <cfif len(varname)>? Logically the first should be faster. It only has to do a string compare of 1 character. The len function has to compare for the full length of the string until it reachs a null. --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.
- Re: ABI Hosting &... Kevin R. Merker
- Re: ABI Hosting &... pardeep
- Re: ABI Hosting &... pan
- Re: ABI Hosting Skip Ogden
- Re: ABI Hosting h... pardeep
- Re: ABI Hosting h... Tom Forbes
- RE: ABI Hosting &... Chris Evans
- Which is faster: ... Tom Sammons
- Was somone lookin... Todd Ashworth
- Re: Was somone lo... Brian Mitter
- Re: A Good CF Hos... lsellers
- Re: A Good CF Host Has Wh... Chris Giminez
- RE: A Good CF Host Has What? Steve Pierce
- Re: A Good CF Host Has What? Tariq Ahmed
- maintaining decimal place Jay Wigginton
- Re: maintaining decimal p... Britta Wingenroth \(Design Department\)
- RE: maintaining decim... David L. Rice
- Re: maintaining d... Deanna L. Schneider
- Temporary File Do... Jay Wigginton
- Re: Temporary Fil... Dave Hannum
- RE: Temporary Fil... Peter Tilbrook

