RE: indirect reference

2003-01-01 Thread Samuel Neff
Use array notation on the scope. Etc. Or you can do this--works with earlier versions of CF but is not as efficient: > -Original Message- > From: Robert Polickoski [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 01, 2003 1:23 PM > To: CF-Talk > Subject: indirect reference >

RE: indirect reference

2003-01-01 Thread Dave Watts
> I am trying to set a variable indirectly, i.e., I have > a variable that contains the name of the variable I want > to set. How do you accomplish this? You can use the SetVariable function, or use a string within a CFSET: or Or, if you're using a newer version of CF, and the scope withi