Function NnetUsers() Foundation
Retrieves user names which are defined on a file server.
NnetUsers( [<cFileServer|nConnectID>], ; // Default: NnetSname()
[<cSearchUserName>] ; // Default: "*"
) --> aUserNames
Returns a one dimensional array containing strings with names of users which match the search string. An empty array is returned in case of an error.
The function is used to search the bindery for users whose names match the search condition <cSearchUserName>. This is a string which may contain wildcard characters like "*" or "?". It defaults to "*" which means that the names of all users defined for a file server 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.