Re: [PD] table reverse lookup

2018-09-04 Thread Roman Haefeli
Hi William On Tue, 2018-09-04 at 19:51 -0400, William Brent wrote: > The "equals" method of [tabletool] returns the indices of a value > you're searching for, as well as the number of occurrences. Thanks. That's quite a cool external and definitely covers what I need. I'm still curious, though,

Re: [PD] table reverse lookup

2018-09-04 Thread William Brent
The "equals" method of [tabletool] returns the indices of a value you're searching for, as well as the number of occurrences. On Tue, Sep 4, 2018, 5:19 PM Roman Haefeli wrote: > Hi > > I'm using a couple of same-size tables to store tuples of numbers so > that their index is there ID. When (ta

[PD] table reverse lookup

2018-09-04 Thread Roman Haefeli
Hi I'm using a couple of same-size tables to store tuples of numbers so that their index is there ID. When (tab)reading all tables at the given index, I get back the hole tuple. Mostly I have an ID and I need to look up some value which is obviously an inexpensive task. But sometimes I know two v