Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving value in datatable to variable
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,

How can we get a value of data table to a variable

Regards,
Anbarasu
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
You can use 'Datatable' method to get the value from datatable

Your variable = Datatable(Column,sheet)
e.g.
Code:
Dim Val1
Val1= DataTable("Value" , dtLocalSheet)

Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
Thanks its working
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how can I store a string with variable in it, in another variable? reejais 4 4,295 11-11-2010, 11:46 PM
Last Post: smeepaga
  Automation: saving test results tomilchik 0 2,053 06-25-2010, 10:18 PM
Last Post: tomilchik

Forum Jump:


Users browsing this thread: 1 Guest(s)