Advertising banner:

History
 
 FCCommand
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCCommand
 
FCCommand (FirstClass internal functions)
Purpose
Sends commands to the virtual FCAS console.
This allows any function of the old Windows-only console to be activated programmatically on any FCAS platform.
Syntax
FCCommand (CommandNumber)


CommandNumber
The command number of the command you want to activate.
Command numbers are listed with the command button attributes in FirstClass Designer.

Example
Debug "Shutting down FCAS via the menu..."
FCCommand (1)