I'm working on some code that uses a shorthand (I guess...) cfif style quite a bit. I have tried to stay away from doing this since it makes the code harder to read, so I never really took the time to figure it out.
For instance... <cfif query.recordCount> Is this testing for the existence of the query or if it is greater than zero? <cfif len(query.date)> This particular one has me scratching my head, it never seems to test negative in the code, but what is it testing for? Could someone please fill me in here... jon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

