Hi,
If i have a variable i, set to "1", which would be output as <CFOUTPUT>#i#</CFOUTPUT>
And I have a variable 1, set to "yes", which would be output as <CFOUTPUT>#1#</CFOUTPUT>
How could I use the value of i to check the valoue of 1.. meaning, <CFOUTPUT>##i##</CFOUTPUT> (which doesn't work b/c two ##s results in just outputting the character "#" and not trying to output a variable value).
Bottom line: I want to use the value of i to look for the value of of a second variable (i="1", so what is value of variable "1". i="2", so what is value of variable "2")
Thanks all,
Jeff
If i have a variable i, set to "1", which would be output as <CFOUTPUT>#i#</CFOUTPUT>
And I have a variable 1, set to "yes", which would be output as <CFOUTPUT>#1#</CFOUTPUT>
How could I use the value of i to check the valoue of 1.. meaning, <CFOUTPUT>##i##</CFOUTPUT> (which doesn't work b/c two ##s results in just outputting the character "#" and not trying to output a variable value).
Bottom line: I want to use the value of i to look for the value of of a second variable (i="1", so what is value of variable "1". i="2", so what is value of variable "2")
Thanks all,
Jeff