Platform |
Win32, x64 |
Purpose |
To execute the callback previously associated by %rc (Register Command). |
Syntax |
SUBROUTINE DO_COMMAND@(CMD_ID) |
Description |
Runs the callback associated with the identifier 'CMD_ID'. The identifiers are defined using the %rc (Register Command) format code. Callbacks run using DO_COMMAND will have the callback reason 'DO_COMMAND'. |
Notes |
Introduced with FTN95 8.40. |
See also |