


Format:
event nnnnn;
The event command posts a command message into the PC Access message queue. The message parameter has the value nnnnn. There are no predefined events in the script language. The event command's capabilities depend on the internal operation of PC Access. This command is primarily for programmers at MFM Communication Software.
Example:
// Posts the event code 12345 into the application's message queue
event 12345;


