> -----Original Message----- > From: Taco Fleur [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 22, 2003 8:07 PM > To: CF-Talk > Subject: Dynamically naming vars in cfscript? > > > Is it possible to dynamically name variables in cfscript? if so, how?
How do you mean? The SetVariable() and Evaluate() functions, along with array notation for queries and structures (and the fact that, in MX at least, all scopes are structures) should do everything that you might need, but it's hard to say without knowing what the task is. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

