Xbasic

A5_GET_USERS Function

Syntax

User_List as C = a5_get_users([C master_password ])

Arguments

User_List

A CR-LF delimited list of defined users.

master_password

Optional. If you are not logged in as the administrator, you must supply the administrator password.

Description

Gets the names of all groups that a user is a member of. Returns a crlf delimited list.

Discussion

The A5_GET_USERS function returns a CR-LF delimited list of all defined users.

Example

? a5_get_users()
= Tom
Dick
Harry
Mary
Bob
John

Limitations

Desktop applications only.

See Also