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