I do the following to zap a local-scope structure in CF 6.1.  Works
great.

<cfloop
   collection="#ParameterGroup#"
   item="CurrItem">
   <cfset structdelete(ParameterGroup,"CurrItem")>
</cfloop>
<cfset StructDelete(variables,"ParameterGroup")>

But would that last bit work at all on CF5 on down?  I seem to recall it
wouldn't.  The loop empties the structure.  How would I go about
deleting it, though?

--------------------------------------------
Matt Robertson       [EMAIL PROTECTED]
MSB Designs, Inc.  http://mysecretbase.com
--------------------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to