Function NnetGroups() Foundation
Retrieves names of existing user groups.
NnetGroups( [<cFileServer|nConnectID>], ; // Type: CN
[<cSearchGroupName>] ; // Default: "*"
) --> aUserGroupNames
Returns a one dimensional array containing strings with names of user groups which match the search string. An empty array is returned in case of an error.
The function is used to search the bindery for existing user groups whose names match the search condition <cSearchGroupName>. This is a string which may contain wildcard characters like "*" or "?". It defaults to "*" which means that the names of all user groups are returned in an array.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.