Small company logo:
   History
 
Advertising banner:
 
 FCUserMI
Home • Help • Customization Tools • FCAS • Language Reference • FCUserMI
 
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