----- Original Message ----- From: "Paris Lundis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 9:22 PM Subject: Re: simple tag aint working
> Dave, > > Password.. what ya handing out... > > Here's your code corrected: > > <cfif #Hour(Now())# LT 12> > Good morning early bird > <cfelseif #Hour(Now())# GTE 12 AND #Hour(Now())# LT 17> > Good Afternoon > <cfelseif #Hour(Now())# GTE 17 AND #Hour(Now())# LTE 24> > Good Evening > </cfif> > > The AND condition requires the comparison value Hour(NOW()) be > available on the second part as well... > > You also left the pounds off of things. They shouldn't be pounded. See Ben Forta's article on 'To Pound or Not to Pound' (don't have the exact URL...easily accessible thru www.forta.com) #Charlie# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

