Scope name of method's local scope?

2004-02-23 Thread Jamie Jackson
How do I evaluate the members of this list without evaluate()? I don't know what scope name the method's local scop uses. A bad example follows:    returntype="Collection">       var i = "";   var myList = "foo,bar,fooBar";           #variables[i]#        [Todays Threads] [This

RE: Scope name of method's local scope?

2004-02-23 Thread Barney Boisvert
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(). Cheers, barneyb > -Original Message- > From: Jamie Jackson [mailto:[EMAIL PROTECTED] > Sent: Monday, February 23, 2004 10:31 AM > To:

RE: Scope name of method's local scope?

2004-02-23 Thread DURETTE, STEVEN J (AIT)
Actually, I don't think that you even need the scope. just try #i#  it should work. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:37 PM To: CF-Talk Subject: RE: Scope name of method's local scope? I don't think the

RE: Scope name of method's local scope?

2004-02-23 Thread Barney Boisvert
> -Original Message- > From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] > Sent: Monday, February 23, 2004 10:47 AM > To: CF-Talk > Subject: RE: Scope name of method's local scope? > > Actually, I don't think that you even need the scope. >  

Re: Scope name of method's local scope?

2004-02-23 Thread Jamie Jackson
;barneyb > >> -Original Message- >> From: Jamie Jackson [mailto:[EMAIL PROTECTED] >> Sent: Monday, February 23, 2004 10:31 AM >> To: CF-Talk >> Subject: Scope name of method's local scope? >> >> How do I evaluate the members of this list without ev

RE: Scope name of method's local scope?

2004-02-23 Thread Barney Boisvert
- > From: Jamie Jackson [mailto:[EMAIL PROTECTED] > Sent: Monday, February 23, 2004 12:20 PM > To: CF-Talk > Subject: Re: Scope name of method's local scope? > > Darn, I thought I was through with evaluate()s. > > Thanks, > Jamie > > On Mon, 23 Feb 2004 10:37

Re: Scope name of method's local scope?

2004-02-23 Thread Jamie Jackson
On Mon, 23 Feb 2004 13:26:00 -0800, in cf-talk you wrote: >What do you need it for anyway?  Unlike any of the other scopes, all the >variables in the 'var' scope have to be explicitly defined by you with 'var' >statements, so there should never be a need for dynamic evaluation of on. You're right

RE: Scope name of method's local scope?

2004-02-23 Thread Dave Watts
> > 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