| Looping through rows should be avoided in witango whenever another solution is possible. Row looping is an expensive task. Try something like this, since it is a comma delimited list, you can turn into an array and filter. You can turn into array with the <@array> tag, or: <@assign request$temp <@transpose <@tokenizer "<@var request$vdeletelist>" chars=",">> <@! now you have a 1 column array with you items > Then you can use <@union> to see where the arrays intersect.
-- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 On May 4, 2005, at 12:01 PM, Ted Wolfley wrote:
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf |
- RE: Witango-Talk: filtering arrays Ben Johansen
- RE: Witango-Talk: filtering arrays Ted Wolfley
- Re: Witango-Talk: filtering arrays Robert Garcia
- RE: Witango-Talk: filtering arrays Ted Wolfley
- RE: Witango-Talk: filtering arrays Robert Shubert
- Re: Witango-Talk: filtering arrays Robert Garcia
- Re: Witango-Talk: filtering arrays Robert Garcia
- RE: Witango-Talk: filtering arrays QSN Janet Case
- RE: Witango-Talk: filtering arrays Ted Wolfley
- Re: Witango-Talk: filtering arrays John McGowan
- RE: Witango-Talk: filtering arrays Ted Wolfley
