livecode - Repeat in array with subselection -
i have array with
100 foo data 200 bar data 300 foo data is there way this?
repeat each key mykey in myarray item 2 "foo" so rows in array item 2 = "bar" not considered , result row 1 , 3?
not way have written it. if in array mode, must stay in array mode. if in clear, stay in clear. have mixed bag.
i in clear. after deconstructing array variable "combine" command, , setting itemdel tab (?):
repeat each line tline in newclearvar if item 2 of tline = "foo" then... that sort of thing. can reconstruct array again "split" command.
craig newman
Comments
Post a Comment