|
Hosted and maintained by Ben Forta. Designed by Trilemetry. |
| Language: | © 2002-2007 Ben Forta. All Rights Reserved | ||
| <Home> <FAQ> <Question> | <About> | ||
Question |
| How can I obtain the value out of a dynamically named variable? | ||
Variable names can be constructed dynamically and evaluated using the Evaluate() function. An example of this is shown below:<!--- Set i --->
<CFSET i=1>
<!--- Display product1 variable --->
<CFOUTPUT>#Evaluate("product#i#")#</CFOUTPUT> |
||
Comments |
Add Your Comments |
| <submit question> | ||