hi all...
i'm newbe here..i've got hard time to solve this simple thing,
any suggestion for this:
myarray=#(#(6,7,9),#(8,8,9))
b= finditem myarray #(8,8,9)
print b
result:
#(#(6, 7, 9), #(8, 8, 9))
0
0
0
does anybody know why i'm failed to find item (with array type)inside multidimensional array.
thanks for any feedback....
Marco Brunetta · 2009-09-08