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