| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | tcp-is-version-compatible | 
  Available in:
   Professional Enterprise  | 
| 
Library: omtcp - TCP/IP client and server support
 Include: omtcp.xin  | 
Return type: Switch 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
| ---- |