Hallo, Tina Shah hat gesagt: // Tina Shah wrote:
hello list, i have a list of lists - floats/arrays (x y z) using datastructures. i'd like to compare incoming data of 3 floats with my list items (x1, y1, z1/x2, y2, z2, etc.). if it matches one of the list items, i'd like to perform an action specific to the list item it matches. i've been trying to start this with the select object but it's not accepting a list as an arguement, eventually i want to have all the list items as arguements to compare with.
Maybe attached patches can give you some inspiration. They require pd-0.39 and list-drip/list-dripslow from my [list]-abs collection (see http://footils.org/cms/show/46)
What you get in the "==" example is a list of the results of the comparison of each respective element in two lists. So "list 1 2 3" and "list 1 2 0" would give "list 1 1 0" as a result.
Frank Barknecht _ ______footils.org_ __goto10.org__