Hi,
I'm a newbie for QTP and I've seen this simple script in this site. I've created 2 values for 'Colunm1' in data table, but when I ran, the for loop is executed twice. Can someone explain? Thanks.
C = datatable.getrowcount
msgbox "count is " & C
For i=1 to c
datatable.setcurrentrow(i)
msgbox Datatable.Value("Column1")
Next



LinkBack URL
About LinkBacks
Reply With Quote