History  | 
FCUserFirstName (FirstClass internal functions) 
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 
 | ||