|
||||||||||
|
||||||||||
Other Library Functions |
function | SYSOUTIsVersionCompatible |
Available in:
Professional Enterprise |
Library: omsysout - external program execution
Include: omsysout.xin |
Return type: Switch Returns: Returns true if the omsysout library is compatible with this version of OmniMark, and false otherwise. |
define external switch function SYSOUTIsVersionCompatible
You can use this function to determine whether this version of the omsysout library is compatible with the version of OmniMark you are using.
Example:
do unless SYSOUTIsVersionCompatible put #error "omsysout library is not compatible with this version of OmniMark" halt with 1 done
Other Library Functions SYSOUTIsVersionCompatible SYSOUTLibraryVersion SYSOUTSystemCall |
---- |