| sk.robotics.robot | classes |
function robot_listusers | ^ |
Retrieve space-separated list of users in the current users file.
- Source:
- robotdll/robotdll.h:1009
- Author:
- Version:
- latest version
- Param:
id robot object handle - Returns:
- a character string containing list of the users in the currently selected user file or empty string if no user file has been selected.
- See Also:
- robot_adduser, robot_deluser, robot_userfile, robot_user
- Code:
public ROBOTDLL_API const char * robot_listusers (short id )