04-24-2012, 02:51 PM
Hi Thanks for your response,
I am using the following code
Its now setting the values in datatable as long as test is running but when i stop the test it removes all the values at the end of the test
I am using the following code
Code:
words=split(numb, " ")
For i=lbound(words) to ubound(words)
msgbox(words(i))
Datatable.SetCurrentRow(i)
Datatable.Value("Data", dtGlobalSheet)=words(i)
next
Its now setting the values in datatable as long as test is running but when i stop the test it removes all the values at the end of the test