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