define external output Full Description |
|
Syntaxdefine external output function function-name argument-list as string-expression (in function-library string-expression)? Purpose Defines an external output stream. Streams attached to external output functions support all of the usual stream operations: External output streams can support all of the usual stream open modifiers. Information about the modifiers is passed to the external output function for handling. (Usually, the external output function delegates the handling of the open modifiers to OmniMark. However, it has the information if other handling is required.) |