TCPLibraryVersion

function

Library: TCP/IP client and server support (OMTCP legacy, OmniMark versions 4 - 6.0.1)
Include: omtcp.xin

Returns: the version string of the TCP library currently in use


Declaration
define external stream function TCPLibraryVersion


Purpose

This function returns the version string of the TCP/IP library in use.

Example:

  ; display the library version and copyright  information
  
  output TCPLibraryVersion || "%n"

A return might look like this: "OMTCP 1.0 Copyright (c) 1998 OmniMark Technologies Corporation."