Xbasic
A5_GET_GROUP_ASSIGNMENTS Function
Syntax
User_List as C = a5_get_group_assignments(C master_password ,C group_name )
Arguments
- master_password
The master password for the database
- group_name
The name of the group.
Description
Gets the names of all users that a group has as its members. Returns a crlf delimited list.
Discussion
The A5_GET_GROUP_ASSIGNMENTS() function allows the Administrator to retrieve a CR-LF delimited list of users assigned to a particular group.
Example
? a5_get_group_assignments("mpassword", "Engineering") = Tom Dick Harry
Limitations
Desktop applications only.
See Also