|
Function ''RemoveRole()'' |
|
|
Removes a role from the security system. Syntax: RemoveRole(rolename)
Parameters: rolename the name of the role to remove.
Completion Codes: 0: Normal completion 12: Syntax error or Security Broker error
Example: RemoveRole('MANAGER')
|