Re: dynamically naming variables

2000-12-21 Thread Bud
On 12/20/00, Jay Brushett penned: Hi, I need to use the Evaluate function to dynamically name variables in a cfloop. Using the function on the right hand side of a cfset works fine of course but CF won't let me use it on the left hand side (i.e. the variable name). Any ideas would be greatly

Re: dynamically naming variables

2000-12-21 Thread Jay Brushett
Thanks everyone! Really appreciate all the help. Jay At 08:40 AM 12/21/2000 -0500, you wrote: On 12/20/00, Jay Brushett penned: Hi, I need to use the Evaluate function to dynamically name variables in a cfloop. Using the function on the right hand side of a cfset works fine of course but

dynamically naming variables

2000-12-20 Thread Jay Brushett
Hi, I need to use the Evaluate function to dynamically name variables in a cfloop. Using the function on the right hand side of a cfset works fine of course but CF won't let me use it on the left hand side (i.e. the variable name). Any ideas would be greatly appreciated. TIA, Jay

RE: dynamically naming variables

2000-12-20 Thread Robert Hinojosa
cfset "product#id#" = aNumber Robert -Original Message- From: Jay Brushett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 9:54 AM To: CF-Talk Subject: dynamically naming variables Hi, I need to use the Evaluate function to dynamically name variables in

RE: dynamically naming variables

2000-12-20 Thread Jeremy Allen
u probably can't do it :) :-) BTW, if you find the cfset line confusing replace it with cfset "#i#DynamicVars" = "Just a plain ole string going into my dynamic variable" Jeremy Allen elliptIQ Inc. -Original Message- From: Jay Brushett [mailto:[EMAIL PROTECTED]] Sent: We

RE: dynamically naming variables

2000-12-20 Thread Allan Pichler
c. -Original Message- From: Jay Brushett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 7:54 AM To: CF-Talk Subject: dynamically naming variables Hi, I need to use the Evaluate function to dynamically name variables in a cfloop. Using the function on the right hand side o