dumb question client variables

2003-01-29 Thread Tony Weeg
hi there. If I wanted to remove the value of a client variable I have set for a particular user, lets just say, emailAddress, and they check a checkbox that says, Forget my email address, would the best way to do that, be to have this code... cfset client.EmailAddress = to just zero the value

Re: dumb question client variables

2003-01-29 Thread Dave Carabetta
hi there. If I wanted to remove the value of a client variable I have set for a particular user, lets just say, emailAddress, and they check a checkbox that says, Forget my email address, would the best way to do that, be to have this code... cfset client.EmailAddress = to just zero the value

RE: dumb question client variables

2003-01-29 Thread Tony Weeg
workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 4:22 PM To: CF-Talk Subject: Re: dumb question client variables hi there. If I wanted to remove the value of a client

RE: dumb question client variables

2003-01-29 Thread Andy Ousterhout
, January 29, 2003 2:39 PM To: CF-Talk Subject: dumb question client variables hi there. If I wanted to remove the value of a client variable I have set for a particular user, lets just say, emailAddress, and they check a checkbox that says, Forget my email address, would the best way to do