Advertising banner:

History
 
 FCUserMI
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCUserMI
 
FCUserMI (FirstClass internal functions)
Purpose
Returns a string containing the middle initial of the FirstClass user currently using the application.
Syntax
FCUserMI
Example
Sub Main()
        Print "Middle Initial:"; FCUserMI
        ...
End Sub