> > How do I evaluate the members of this list without
> > evaluate()? I don't know what scope name the method's
> > local scop uses.
>
> I don't think the 'var' scope has a name.  At least I've
> never heard of one, so I think you have to use evaluate().

Or, if you prefer, just stick all your local variables within a single local
variable within your function:

...
<cfset var localvars = StructNew()>
<cfset localvars.var1 = "foo">
...

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to