History  | 
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 
 | ||