Small company logo:
   History
 
Advertising banner:
 
 FCUserFirstName
Home • Help • Customization Tools • FCAS • Language Reference • FCUserFirstName
 
Purpose
Returns a string containing the first name of the user currently using the application.
Syntax
FCUserFirstName
Example
Sub Main()
        Print "Your Account Information"
        Print "...................................."
        Print "First Name:"; FCUserFirstName
        ...
End Sub