RE: Witango-Talk: TCF defect?

2005-02-22 Thread Robert Shubert
27;s going on inside of it. -Original Message- From: Bill Conlon [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:48 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: TCF defect? Ahh. Will this let me break out of FOR/WHILE metatag loop? (as opposed to action).

Re: Witango-Talk: TCF defect?

2005-02-22 Thread Bill Conlon
Ahh. Will this let me break out of FOR/WHILE metatag loop? (as opposed to action). On Tuesday, February 22, 2005, at 10:06 AM, Bill Conlon wrote: Manual states: "This tag does not affect loops initiated with For Loop or While Loop actions. " On Tuesday, February 22, 2005, at 09:14 AM, Bill

Re: Witango-Talk: TCF defect?

2005-02-22 Thread Bill Conlon
Manual states: "This tag does not affect loops initiated with For Loop or While Loop actions. " On Tuesday, February 22, 2005, at 09:14 AM, Bill Downall wrote: Bill Conlon wrote: I want to use a FOR action in a TCF. [I need an action rather than a metatag so I can BREAK out of a loop on a co

Re: Witango-Talk: TCF defect?

2005-02-22 Thread Bill Downall
Bill Conlon wrote: I want to use a FOR action in a TCF. [I need an action rather than a metatag so I can BREAK out of a loop on a condition.] Bill, There is also the <@BREAK> metatag for breaking out of a metatag Bill TO UNS

Re: Witango-Talk: TCF defect?

2005-02-22 Thread Bill Conlon
thx. Just came to the same conclusion. On Tuesday, February 22, 2005, at 09:20 AM, John McGowan wrote: It's a defect in the For action... Absolutely... the counter variable should be a Method Scope, not a Request Scope. Good Luckwriting a recursive TCF method with the For Loop Action... ) I

Re: Witango-Talk: TCF defect?

2005-02-22 Thread John McGowan
It's a defect in the For action... Absolutely... the counter variable should be a Method Scope, not a Request Scope. Good Luckwriting a recursive TCF method with the For Loop Action... ) I've found that if I want safe Methods that have loops in them I use the While action instead, and unfortun

Witango-Talk: TCF defect?

2005-02-22 Thread Bill Conlon
I want to use a FOR action in a TCF. [I need an action rather than a metatag so I can BREAK out of a loop on a condition.] Anyway, the FOR action uses a request scope loop counter, but it seems to me that the loop counter MUST be in method scope in order for this TCF to not risk clobbering an