I would like to browse a table and extract the rows to another table.So far i have managed to do it with only the firs row.Can someone tell me what comand i can use to modify TableRecNum so i can make a loop that extracts all rows .
tableaddline(table2)
table2.col1=table1.col1
table2.col2=table1.col2
tableaddline(table2)
table2.col1=table1.col1
table2.col2=table1.col2