Xbasic
USER_GROUPS Function
Syntax
Group_List as C = user_groups()
Description
USER_GROUPS() creates a CR-LF delimited character string list that lists the groups that the current user is a member of. Requires that the database be password protected.
Example
user_groups() -> "Alpha Software" "Documentation"
Limitations
Desktop applications only.
See Also