Folks, please, please do not use evaluate to get values from a struct...
just do:

 <cfloop collection="#attributes#" item="i">
        #i# = #Attributes[i]#<br>
 </cfloop>

Much easier and quicker. :)

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Bryan Love [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 31, 2001 6:10 PM
> To: CF-Talk
> Subject: RE: Attributes Scope Variable List
>
>
> <cfloop collection="#attributes#" item="i">
>       #i# = #evaluate("attributes." & i)#<br>
> </cfloop>
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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