> On Apr 21, 2016, at 11:53 PM, Sannyasin Brahmanathaswami <[email protected]> 
> wrote:
> 
> But I can’t wrap my head around the core problem: how to split a list where 
> the first element may be repeated throughout with different values. 

How about this way?

repeat for each line t in p
    put "true" into a[ item 1 of t ][ item 2 of t ]
end repeat

— Dick
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to