Re: Fast way to retrieve a range of data

2016-09-22 Thread Nicolas Cueto
Thank you, Mike. -- Nicolas Cueto On 21 September 2016 at 11:31, Mike Bonner wrote: > This should be pretty fast if I understand your criteria well enough.. > > put field "yourfield" into tData > filter lines of tData with ("2" & tab & 54 & tab & "*") > > On Tue, Sep 20, 2016 at 8:08 PM, Nicola

Re: Fast way to retrieve a range of data

2016-09-20 Thread Mike Bonner
This should be pretty fast if I understand your criteria well enough.. put field "yourfield" into tData filter lines of tData with ("2" & tab & 54 & tab & "*") On Tue, Sep 20, 2016 at 8:08 PM, Nicolas Cueto wrote: > Given a text field ("Vocabulary Indices") of tab-delimited data whose cr > line