History
FCUserCID
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
FCUserCID
FCUserCID (FirstClass internal functions)
Purpose
Returns an integer containing the client ID of the FirstClass user currently using the application.
Syntax
FCUserCID
Example
Sub Main()
Print "Client ID:"; FCUserCID
...
End Sub