The IsDefined statement works..
It drops into the CFIF statement correctly..and then it is supposed to
delete the client variables.

The Deleteclientvariable is the one that isn't working.

-Angel


-----Original Message-----
From: Don Vawter [mailto:[EMAIL PROTECTED]] 

Mixing single and double quotes in your isdefined statement

----- Original Message ----- 
From: "Angel Stewart" <[EMAIL PROTECTED]>
> 
>  <CFSET CurrentDate= #StartDate#>
>  
> <cfloop CONDITION="#CurrentDate# LTE #EndDate#">
>       
>       
>      <CFIF
> IsDefined("Client.Comment_#Evaluate("#DateFormat(CurrentDate,'mmddyyyy
> ')
> #")#")> 
> <CFOUTPUT>
>
#Evaluate("Client.Comment_#Evaluate("#DateFormat(CurrentDate,'mmddyyyy')
> #")#")# </CFOUTPUT>            
>                 
>          
> 
> <CFSET temp = 
> DeleteClientVariable("Client.Comment_#Evaluate("#DateFormat(CurrentDat
> e,
> 'mmddyyyy')#")#")> 
>                      
>  
>      </CFIF>
>       
> <CFSET CurrentDate=DATEADD("d",1,#CurrentDate#)> <!--- Advance the 
> current date by one day ---> <CFSET CurrentDate = 
> DateFormat(#CurrentDate#,'mm/dd/yyyy')>
>  
> </CFLOOP>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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