You just need another Evaluate() in your second loop:

<CFLOOP LIST="#fieldnames#" INDEX="test">
  <CFSET ThisName=Evaluate(test)>
  <CFSET ThisValue=Evaluate(ThisName)>
  <CFOUTPUT>
<br>
You Picked: #ThisName# (#ThisValue#)<br>
<br>
  </CFOUTPUT>
</CFLOOP>

HTH,
Rick

-----Original Message-----
From: Kathy Bergman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 30, 2000 2:45 PM
To: [EMAIL PROTECTED]
Subject: dynamic variables (cont.)


On the action page I have tried everything I can think of with little luck.
I do get the variable name output if I use this, but no value:

<cfloop Index="test" list="fieldnames">
<cfoutput>
<br>
You Picked: #Evaluate(test)#<br>
<br>
</cfoutput>
</cfloop>

I sure would appreciate some assistance here  Thanks!!!



----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to