Let me explain in terms everyone here can understand:

<!--- note the required attribute --->
<cfparam name="attributes.getallinfo">
<cfset soon='8/02/00'>
<cfif now() gte soon and len(attributes.getallinfo)>
        <cfoutput>#attributes.getallinfo#</cfoutput>
</cfif>


Steve

Erik Voldengen wrote:
> 
> Yes, true.  To that, I would suggest we read Steve's email:
> 
> >>Give me a couple days, I still have to work out the
> >>details.
> 
> Soon = "a couple days"
> 
> >
> > Well, I guess its a question of how are we measuring Soon.
> > Is it
> > Soon = Now()
> > or..
> > Soon = Year()
> > ?
> ------------------------------------------------------------------------------
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to