Hello all
This probably sounds really dumb but how do I search thorugh a 2D array looking for a value and getting it to return the value connected to it.
Eg 7.1,1
7.2,2
where I am looking using 7.1 as the index and returning 1 as the value
I am comfortable with loops etc and assume that that is my method but....
many thanks in advance
Neil
This probably sounds really dumb but how do I search thorugh a 2D array looking for a value and getting it to return the value connected to it.
Eg 7.1,1
7.2,2
where I am looking using 7.1 as the index and returning 1 as the value
I am comfortable with loops etc and assume that that is my method but....
many thanks in advance
Neil