Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
updating value in data table
#2
Solved: 11 Years, 6 Months, 1 Week ago
Store the Current value of datatable column in a variable
Concatenate it with the new string you want and assign again the new value to datatable column.

e.g
Code:
PrevValue = Datatable("String",dtlocalsheet)
ToAdd = "efg"
NewValue = PrevValue & ToAdd

Datatable("String",dtlocalsheet) = NewValue
is this what you are looking for?

Reply


Messages In This Thread
updating value in data table - by vls_1210 - 10-01-2009, 04:09 PM
RE: updating value in data table - by Saket - 10-01-2009, 04:23 PM
RE: updating value in data table - by basanth27 - 10-01-2009, 05:51 PM
RE: updating value in data table - by vls_1210 - 10-01-2009, 05:56 PM
RE: updating value in data table - by Saket - 10-02-2009, 10:21 AM
RE: updating value in data table - by basanth27 - 10-04-2009, 10:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Missing Resources, Information Pane, Debug Viewer, Run time Data Table not visible Aurodeepta 3 7,158 05-28-2015, 02:52 PM
Last Post: Aurodeepta
  Data Table in QTP QTPBeginer 1 4,001 08-25-2013, 02:28 PM
Last Post: GregHicks
  how to move an array to data table jloyzaga 0 2,880 11-08-2011, 07:52 AM
Last Post: jloyzaga
  Using vlookup on data table Setsuna F. Seiei 0 3,620 08-19-2011, 06:43 AM
Last Post: Setsuna F. Seiei
  Accessing and Updating Input Excel from QC using QTP maheshvjwithqtp 0 2,719 12-02-2010, 09:42 AM
Last Post: maheshvjwithqtp

Forum Jump:


Users browsing this thread: 1 Guest(s)