That should be deleteclientvariable("msg").
  ----- Original Message ----- 
  From: Janine Jakim 
  To: CF-Talk 
  Sent: Thursday, May 02, 2002 1:51 PM
  Subject: quick ? deleteclientvariable


  I have some client messages set up, but when I hit refresh I want them to go
  away.
  I had it set like this
  <CFIF IsDefined ("Client.msg")>
  <CFOUTPUT>
  #Client.msg#
  </CFOUTPUT>
  <CFSET TEMP=deleteclientvariable("Client.msg")>
  </CFIF>

  What else or where else do I need to add something?  I thought my cfset temp
  would make it so that on refresh there wouldn't be a client.msg.
  Thanks,
  
______________________________________________________________________
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to