Without it, you'd just get the name of each column.

----- Original Message -----
From: "Tony Weeg" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 27, 2003 7:56 AM
Subject: RE: I want to get rid of my evaluate too


> why do you need evaluate in the first place?
>
> ...tony
>
> Tony Weeg
> Senior Web Developer
> UnCertified Advanced ColdFusion Developer
> Information System Design
> Navtrak, Inc.
> Mobile workforce monitoring, mapping & reporting
> www.navtrak.net
> 410.548.2337
>
> -----Original Message-----
> From: Boardwine, David L. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 26, 2003 2:44 PM
> To: CF-Talk
> Subject: I want to get rid of my evaluate too
>
>
> Hello All,
> I have a list of column names that I use in a cfloop of a query. I can't
> quite figure out how to eliminate the need to use evaluate. Any help
> would
> be much appreciated.
> TIA
> DavidB
>
> This is the code I'm trying to fix.
>
> <Table>
> <CFLOOP query="Dynamic">
> <TR>
> <CFLOOP list="#Session.DisplayCols#" index="LIndex">
> <TD>#evaluate(LIndex)#</TD>
> </CFLOOP>
> </TR>
> </CFLOOP>
> </TABLE>
>
>
> David L. Boardwine
> Senior Analyst
> Ohio Department of Development/ITO
> Phone (614) 752-4431
> [EMAIL PROTECTED]
>
>
>
>
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to