History  | 
OpenWhosOnline (Directory) 
Minimum version: 4.0 
Purpose 
Lists all users currently logged in. This list is based on the FCAS gateway's filter settings. 
You can narrow the list by: 
•       supplying a string that all users listed must contain 
•       using FindFirst/FindNext 
•       accessing users directly by index. 
Syntax 
ServerDirectory.OpenWhosOnline (Pattern) 
 Example 
Dim sd as ServerDirectory 
sd.OpenWhosOnline ("") 
 | ||||