Fast way to retrieve a range of data

Mike Bonner bonnmike at gmail.com
Tue Sep 20 22:31:25 EDT 2016


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 <niconiko at gmail.com> wrote:

> 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
> Number = 54?
>
> Thank you.
>
> --
> Nicolas Cueto
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list