Small company logo:
   History
 
Advertising banner:
 
 ServerDirectory.CID
Home • Help • Customization Tools • FCAS • Language Reference • ServerDirectory.CID
 
Purpose
Returns the client ID of an entry in the Directory.
You can access an entry directly by index. If the index is out of bounds, a runtime error is generated.
If no index is supplied, FindFirst/FindNext results are assumed.
Syntax
ServerDirectory.CID [(Index)]


Index
The integer that represents the entry in the Directory.

Example
Dim sd as ServerDirectory
Debug sd.CID (14)