how can we retrieve ten rows from the data table using loop concept?
Assume "Column1" is my column name in the Global Data table, then use this code: for i=1 to 10 datatable.setcurrentrow(i) returnvalue=datatable.value("Column1","Global") msgbox(returnvalue) next