function
Library: TCP/IP client and server support (OMTCP legacy, OmniMark versions 6.0.2 - 7.0)
Include: omtcp.xin |
Returns: |
define external switch function tcp-is-version-compatible
Use tcp-is-version-compatible to determine if the TCP/IP library is compatible with the version of OmniMark in use.
You must include the following line at the beginning of your OmniMark program:
include "omtcp.xin"
None.
do unless tcp-is-version-compatible . . . done