Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parameterizing a part of script
#4
Solved: 10 Years, 10 Months ago
Hi,

Please use the code below:

Code:
RunAction Login

rw_cnt=DataTable.GetCurrentSheet("Global").GetRowCount

For i=1 to rw_cnt
   DataTable.SetCurrentRow(i)
   RunAction CreateUser
Next

RunAction Logout

Regards,
Parminder
Reply


Messages In This Thread
Parameterizing a part of script - by itsnotmyid - 08-04-2011, 09:18 PM
RE: Parameterizing a part of script - by parminderdhiman84 - 08-09-2011, 09:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Part of parameters missing when passing between actions skumar007 1 2,865 10-10-2014, 02:00 AM
Last Post: skumar007
  Parameterizing Function arguments rajpes 0 3,695 07-08-2011, 07:37 PM
Last Post: rajpes
  Exist returns false with part of innertext Milindt43 1 2,840 02-23-2011, 09:56 PM
Last Post: basanth27
Question ho to get a part of innertext's value lotos 9 12,631 01-11-2011, 07:46 PM
Last Post: lotos
  Two objects with same properties except for one part of the outerhtml changing reejais 5 4,394 10-22-2010, 09:55 PM
Last Post: reejais

Forum Jump:


Users browsing this thread: 1 Guest(s)