Small company logo:
   History
 
Advertising banner:
 
 FCUserID
Home • Help • Customization Tools • FCAS • Language Reference • FCUserID
 
Purpose
Returns a string containing the user ID of the FirstClass user currently using the application.
Syntax
FCUserID
Example
Sub Main()
        Print "User ID:"; FCUserID
        ...
End Sub