Advertising banner:

History
 
 FCUserLastName
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCUserLastName
 
FCUserLastName (FirstClass internal functions)
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