| |
GeekInterview.com > Interview Questions > Testing Tools > QTP
| Print | |
Question: Copy Datatable Content
Answer: How to copy a datatable content from globalsheet to localsheet (action1)? |
| June 06, 2009 10:08:16 |
#3 |
| sujata_2221981 |
Member Since: May 2009 Total Comments: 8 |
RE: Copy Datatable Content |
c=datatable.Value("A",1) msgbox c datatable.GetSheet(2) datatable.SetCurrentRow(1) DataTable.GetSheet (dtLocalSheet).AddParameter "A", c d=datatable.Value("A",2) msgbox d
' but it will be visible only for the run session. |
| |
Back To Question | |