Hey Raymond

One of my pet peeves(not peaves) is spelling  (j/k) but as often as this
topic irritates you you might want to change the spelling.

----- Original Message -----
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 11:40 AM
Subject: RE: ### Output all variables?


> >    <CFLOOP COLLECTION="#Application#" ITEM="Key">
> >       #Variables.Key#: #Evaluate("Application." & Variables.Key)#<BR>
> >    </CFLOOP>
> >
>
> No, no, no. Sorry, but, again, this is my pet peave. Please remember
> that when working with structures, you do not need to use evaluate like
> this. Simply use bracket notation:
>
>     <CFLOOP COLLECTION="#Application#" ITEM="Key">
>        #Variables.Key#: #Application[Variables.Key]#<BR>
>     </CFLOOP>
>
> (Also note that this should be surrounded by CFLOCKs.)
>
> =======================================================================
> 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
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to