09-23-2009, 06:41 PM
Hi,
How can we get a value of data table to a variable
Regards,
Anbarasu
How can we get a value of data table to a variable
Regards,
Anbarasu
|
Saving value in datatable to variable
|
|
09-23-2009, 06:41 PM
Hi,
How can we get a value of data table to a variable Regards, Anbarasu
09-23-2009, 08:12 PM
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)
09-30-2009, 12:43 PM
Thanks its working
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| how can I store a string with variable in it, in another variable? | reejais | 4 | 5,375 |
11-11-2010, 11:46 PM Last Post: smeepaga |
|
| Automation: saving test results | tomilchik | 0 | 2,440 |
06-25-2010, 10:18 PM Last Post: tomilchik |
|