08-09-2011, 09:02 AM
Hi,
Please use the code below:
Regards,
Parminder
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