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