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

Fast way to retrieve a range of data

2016-09-20 Thread Nicolas Cueto
Given a text field ("Vocabulary Indices") of tab-delimited data whose cr lines are organized ascending-numeric first by Column 1 ("Textbook Level" = 1, 2, or 3) then next by Column 2 ("Page Number" = 1 to 200), what are fast ways of retrieving, say, all the cr lines for Textbook Level = 2, Page Num