Small company logo:
   History
 
Advertising banner:
 
 ServerDirectory.OpenWhosOnline
Home • Help • Customization Tools • FCAS • Language Reference • ServerDirectory.OpenWhosOnline
 
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)


Pattern
The string that listed users must contain.
To list all users who are currently logged in, set the pattern to "".

Example
Dim sd as ServerDirectory
sd.OpenWhosOnline ("")