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
|