Repeat for each
jbv
jbv.silences at Club-Internet.fr
Fri Nov 4 17:10:31 EST 2005
Marty ,
for that amount of data, an SQL DB is also a solution
(and perhaps the fastest one)...
JB
> I have a tab delimited list (8 items per line) of about 65,000 lines.
> All but 1 item are numbers. Im trying to set it up so that I can enter
> up to two operators per item (>,=, etc) to find a range of numbers. This
> search criteria will then be used to evaluate my big list and place the
> result into a field.
>
> For example, I may need something like this:
>
> item 2 of line x contains word and item 4 of line x >2 and item 8 of
> line x>50 and item 8 of line x<500
>
> Ive made menu buttons that I select the operators from and a field to
> enter a value. My Process button would then string these conditions
> together and search the list for possible matches.
>
> Ive always used the repeat with x= structure and for some reason, cant
> seem to get the repeat for each alternative. With this much data, I need
> something fast. I know even less about arrays, but perhaps they would be
> helpful as well?
>
> Thanks for any help
>
> Marty Knapp
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list