Re: logical operations on parts of pairs

2017-01-26 Thread Stefan Plug
Little bump, As a workaround I'm now just using a loop using a jinja template to generate multiple community lists each with 1 less community which I then simply check per route. This works swimmingly, but it just feels like a cheat. Regards, Stefan On 23.01.2017 17:34, Stefan Plug wrote: >

logical operations on parts of pairs

2017-01-23 Thread Stefan Plug
Hi guys, Is there a way to do logical operations on only 1 of the 2 ints in a pair? case: I would like to check if in community (xxx,yyy) yyy is bigger than some other variable. I now have something like this: define deny = 1337; define maxRange 100; define denyRange = [ (deny,1)..(d