hi.. maybe someone can help me with this one..
i am not figuring out how to use the find item on an array of coordinates..
what i want to do is find the item that have the especific z coordinate, doesnt matter whats the x or y
so i am trying something like this:
_array = #([1,2,3],[4,5,6],[7,8,9])
now i want to find the item with z == 6
i´ve tried
findItem _array 6 -- returns 0
findItem _array [*,*,6] -- Syntax error
thanks
Anubis · 2011-08-17