On Fri, 08 Sep 2000, Chris Cortes spake thusly:
> <cfif StructFindNoCase(session.basket, FORM.productID)>
> 
>     <cfset myStructure.key = "#MyNewValue#">
> 
> </cfif>
> 
> All you need to do is set the structure key to the new value.

So to update the found record to the form record would go something like:

<cfset #StructFindNoCase(session.basket, FORM.productID)# = #MyFormValue#>

??

-- 
***********************************************
 Jon Tillman
 LINUX USER: #141163
 ICQ: 4015362
 http://www.eruditum.org
 [EMAIL PROTECTED]
***********************************************
Help Jon build a network!
Looking for giveaway computers & parts
Current Need: Tape Drive & PI/PII processors
Email me to find out how you can help
***********************************************

------------------------------------------------------------------------------
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