[tw5] Re: Need help (yet again) with filter {match}

2020-05-27 Thread TonyM
TonyK That is OK, I could have done a rudimentary second set of eyes for syntax issues. As long as we solve each others problems in the end. Tony On Wednesday, May 27, 2020 at 8:20:59 PM UTC+10, Tony K wrote: > > @TonyM > > I always try to explain but still fails to :) sorry about that I will

[tw5] Re: Need help (yet again) with filter {match}

2020-05-27 Thread Tony K
@TonyM I always try to explain but still fails to :) sorry about that I will get better with time Thank you @Eric @Saq that was it !!! thanks a lot On Wednesday, May 27, 2020 at 2:15:31 AM UTC+3, Tony K wrote: > > relevant portion of the code below > > > <$vars lastEntry="""{{{

[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread Saq Imtiaz
@TonyK Use triple or single quotes for filter= assignments as they are strings. But when passing a filter to a normal parameter you need no quotes and the triple braces to indicate that the parameter should be interpreted as a filter and not a literal string -- You received this message

[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread Eric Shulman
On Tuesday, May 26, 2020 at 4:15:31 PM UTC-7, Tony K wrote: > > relevant portion of the code below > <$vars lastEntry="""{{{ [split[]!is[blank]last[]] }}}"""> > > <$list filter="[split[]!is[blank]]" > variable="entry"> > <> <$text text=<>/> >

[tw5] Re: Need help (yet again) with filter {match}

2020-05-26 Thread TonyM
Tony It can be helpful to state what you want to achieve separate from the partial solution that has a problem. However I think what you are trying to do may be a common need, could you restate what you want, its easier than me reverse engineering first? Regards Tony On Wednesday, May 27,