Get the value from the given column of the current table row

Example. Get the value from column 0 of the current table row into the objectname variable:

string objectname;

ts_table(TableDescr1,"get_value_of",0,objectname);