RESOLVED: Error clearing dynamic Client Variables.

2001-12-10 Thread Angel Stewart
Hey all, I figured out how to do this, and whew! It wasn't easy. And it doesn't make sense to me..but it works. I had to se the variable first, and then call it in the DeleteClientVariable fu

Re: Error clearing dynamic Client Variables.

2001-12-10 Thread Tyler Clendenin
I don't understand why you need the evaluate function inside the isdefined. - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 3:31 PM Subject: Error clearing dynamic Cli

Re: Error clearing dynamic Client Variables.

2001-12-10 Thread Don Vawter
r 10, 2001 1:44 PM Subject: RE: Error clearing dynamic Client Variables. > 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. >

RE: Error clearing dynamic Client Variables.

2001-12-10 Thread David Schmidt
[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 12:44 PM To: CF-Talk Subject: RE: Error clearing dynamic Client Variables. 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 th

RE: Error clearing dynamic Client Variables.

2001-12-10 Thread Angel Stewart
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 q

Re: Error clearing dynamic Client Variables.

2001-12-10 Thread Don Vawter
Mixing single and double quotes in your isdefined statement - Original Message - From: "Angel Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 1:31 PM Subject: Error clearing dynamic Client Variables. >

Error clearing dynamic Client Variables.

2001-12-10 Thread Angel Stewart
Hi folks! Can anyone tell me why I am getting erorrs with this code? I am trying to delete all my client.comments_#whatever# variables. #Evaluate("Client.Comment_#Evaluate("#DateFormat(CurrentDate,'mmdd') #")#")#