Tuesday, September 7, 2004

ColdFusion Tricks

Evaluate
One of the technical problems I faced today is how to call a variable with a variable. Specifically, I have a list of variable names with an associated form input type. The variable names correspond to variables from form input and from a database query. In ColdFusion, how do you call a variable-variable? The trick is Evaluate.

No comments:

Post a Comment