|
||||||||||
|
||||||||||
Other Library Functions |
function | tcp-library-version |
Available in:
Professional Enterprise |
Library: omtcp - TCP/IP client and server support
Include: omtcp.xin |
Return type: String Returns: |
define external stream function tcp-library-version
Use tcp-library-version to obtain a string identifying the TCP/IP library in use.
You must include the following line at the beginning of your OmniMark program:
include "omtcp.xin"
None
output tcp-library-version || "%n"
A return might look like this:
omtcp 3.0 [Build 002 - Jul 19 2001 14:25:52] Copyright (c) 1998-2001, OmniMark Technologies Corporation
---- |