Try StructDelete():

   <CFSET foo=StructNew()>
   <CFSET foo.apple="red">
   <CFSET foo.grape="purple">
   <CFSET StructDelete(foo,"apple")>

-Rick

-----Original Message-----
From: Jon Tillman [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 12:10 AM
To: [EMAIL PROTECTED]
Subject: More structure questions


Okay, so I have a working structure that I can put data into, and show the
results of pretty-like. However (being the slow learner that I am) I cannot
figure out how to delete specific key pairs in a structure. Does anyone know
of
a decent reference to structures or how ot do this?

 --
***********************************************
 Jon Tillman
 LINUX USER: #141163
 ICQ: 4015362
 http://www.eruditum.org
 [EMAIL PROTECTED]
***********************************************
Be alert, the world needs more lerts
***********************************************

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to