it's simple, if i think the same as you. a table is a two-dimensional
array of strings. first split up your table in two 1d-arrays (one for
1st column, one for the 2nd). to search a string in the 1st column
(index 0) use the "search 1d array" function which returns the index
of the element. the second array contains the values. now use the
function "index array" again to get the value.you understood?

best regards

Reply via email to