Make current the specified row in the table.

Example. 

Make current the first row in the table (row index - from 0 to n-1):


int i=0;
ts_table(TableDescr1,"select_row",i);