08-26-2011, 04:09 PM
hey did u find the solution for the above issue you dicussed, I'm facing the same problem. Can you help me out please.
I Have 4 rows,when i Used datatable.import, then it will run 4 times for first row only
I tried
it is running on four rows but the for loop is exceuted for four times.
I Have 4 rows,when i Used datatable.import, then it will run 4 times for first row only
I tried
Code:
rowcount = Datatable.Getrowcount
For i = 1 to rowcount
Datatable.SetCurrentrow(i)
"test script"
Next