How can I make this work:
<cfloop index="i" list="#testq.columnlist#" delimiters=",">
<cfoutput>#i# = #Evaluate(tesq.i)#<BR></cfoutput>
</cfloop>
I am trying to display the name of a field and the value. I am having trouble figuring out how to display tesq.i.
thanks The only dumb questions are the ones that are never asked
<cfloop index="i" list="#testq.columnlist#" delimiters=",">
<cfoutput>#i# = #Evaluate(tesq.i)#<BR></cfoutput>
</cfloop>
I am trying to display the name of a field and the value. I am having trouble figuring out how to display tesq.i.
thanks The only dumb questions are the ones that are never asked