On Sunday, September 8, 2002, at 02:24 , Ruslan Sivak wrote:
> Hi, I'm having a problem with iif.

Don't use it. If you used cfif, you wouldn't be having these problems. You'
ve got a boolean test and you set a string value which you then test later 
(why not just use the same test or at least use a boolean type - fast - 
instead of a more expensive string test?). iif() should be avoided in 
almost all cases.

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to