Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parameterizing a part of script
#3
Solved: 11 Years, 3 Months, 4 Weeks ago
The way to do is.

Code:
Call Login
For i=1 to DataTable.GetRowCount("Login_User","Global") ' This has all number of user Di that you are trying to create
   Call createUser(ByVal Login_User)
Next
Call LogOut

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 Tarik Sheth - 08-05-2011, 06:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Part of parameters missing when passing between actions skumar007 1 2,993 10-10-2014, 02:00 AM
Last Post: skumar007
  Parameterizing Function arguments rajpes 0 3,784 07-08-2011, 07:37 PM
Last Post: rajpes
  Exist returns false with part of innertext Milindt43 1 2,928 02-23-2011, 09:56 PM
Last Post: basanth27
Question ho to get a part of innertext's value lotos 9 13,199 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,699 10-22-2010, 09:55 PM
Last Post: reejais

Forum Jump:


Users browsing this thread: 1 Guest(s)