NumberOfUsers
|
GetUserNames("UsersArray") //
Retrieves all users, stores names in the UsersArray tag and the number of users in the
NumberOfUsers tag. |
NumberOfUsers
|
GetUserNames("UsersArray", 1) //
Retrieves all users created during runtime, stores names in the
UsersArray tag and the number of
users in the NumberOfUsers tag. |
NumberOfUsers
|
GetUserNames("UsersArray", 2) //
Retrieves all users created in the development environment, stores
names in the UsersArray tag and the
number of users in the NumberOfUsers
tag. |
NumberOfUsers
|
GetUserNames("UsersArray", 2,
"Groups") // Retrieves all users created in the development
environment, stores names in the UsersArray tag and the number of users in the
NumberOfUsers tag. The group name
per each user is stored in the Groups tag. |