Quick search in the table for the first matching column value.

Returns the row number, or -1 if the row does not exist in the table.

Example.

Find a row with a value in column #1 "Board"

int irow = ts_table(TableDescr1,"search",1,"Board");