How to store values that are iterate in the for each ?
for example i retrieved datatable1 columns in item using for each now i want to store that values so how can i store those values and after that how can i see those values in message box?
in DataTable1 there are two columns : number and character
pls also same for row…