Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== List_Users routine ====== ==== Description ==== Returns information about the users in a specified database. ==== Syntax ==== **List_Users**(//database//) ==== Parameters ==== The List_Users routine has the following parameters. ^Parameter^Description^ |//database//|Specifies the database for which to list users. If null, the current database is used.| \\ \\ \\ Returns a row for each user, where each row has two columns, //user// and //userlevel//. //user// returns the user name, and //userlevel// returns the user access level.| ==== Example ==== <code> run List_Users( "" ) </code> guides/programming/programmers_reference_manual/list_users.txt Last modified: 2024/06/19 20:20by 127.0.0.1