korbaach, could you please help me with another array problem I am having.
Imagine an array like the one below:
23....25....12....25....25....19....25
0.......1.......2......0......2......1......2
Select all y1 with value 2. Got three results. From those three results, choose a random y0 with value of 25, and return the x array value, which should return x4 or x6.
I really can't find a way to select one set of values from y1 array, than from those selection choose based on y0 values. Would really appreciate your help on this.