filter

Klaus major-k klaus at major-k.de
Thu Nov 19 10:51:57 EST 2020


Hi Keith,

> Am 19.11.2020 um 16:38 schrieb Keith Clarke via use-livecode <use-livecode at lists.runrev.com>:
> 
> Hi Klaus,
> Maybe iterate the lines - untested...
> repeat for each line l in fld 1
>  if and( offset( “[“, l) > 0 , offset(“]”, l) > 0 ) then put line l of fld 1 into tList
> end repeat 
> put tList

yes, sure, but "lazy moi" wanted to use FILTER and also understand why my first script did not work. :-)

> Best,
> Keith 

Best

Klaus

--
Klaus Major
https://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list