Advertising banner:

History
 
 FCBatchAdminReply
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCBatchAdminReply
 
FCBatchAdminReply (FirstClass internal functions)
Purpose
Returns a string containing FirstClass scripting reply data supplied from the last FCBatchAdmin call.
Syntax
FCBatchAdminReply
Example
Sub Main()
        If FCBatchAdmin ("GET ADMIN") = 0 Then
                Print "The Default Admin account is: ";
FCBatchAdminReply
        End If
End Sub