Kevin, Put it inside the function Evaluate(#oracledb_red#). -----Original Message----- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 10:42 AM To: CF-Talk Subject: Dynamic variable construction and it's use Hi there, If construct a variable name dynamically like; <cfset countvar="#session.application_view_list[i].name#_red"> How do I then output the contents of the newly constructed variable? If the code above evaluated to a variable name e.g. "oracledb_red", how would I do the equivalent of <cfoutput> #oracledb_red# </cfoutput> Doing <cfoutput> #countvar# </cfoutput> will obviously just output the new variable name but not it's contents. I've tried various permutations of #'s and quotes but can't seem to get it right. Is there a way to do this? Thanks, Kevin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Dynamic variable construction and it's use
PEREZ, RICHARD RINGO (SBCSI) Thu, 25 Jan 2001 13:34:24 -0800
- RE: Dynamic variable construction and it's us... Tim Fields
- Re: Dynamic variable construction and it... Fred T. Sanders
- RE: Dynamic variable construction and it... Katrina Chapman
- RE: Dynamic variable construction an... Tim Fields
- RE: Dynamic variable construction and it's us... Rick Lamb
- Re: Dynamic variable construction and it's us... Jon Hall
- RE: Dynamic variable construction and it's us... Russel Madere
- RE: Dynamic variable construction and it's us... Kibbey, Bruce A (Integic)
- RE: Dynamic variable construction and it's us... Maia, Eric
- RE: Dynamic variable construction and it's us... Phoeun Pha
- Re: Dynamic variable construction and it's us... PEREZ, RICHARD RINGO (SBCSI)
- Re: Dynamic variable construction and it... Todd Ashworth

