|
||||||||||
|
||||||||||
Related Concepts | Other Library Functions |
function | TCPLibraryVersion |
Available in:
Professional Enterprise |
Library: omtcp-old - TCP/IP clients and server support
Include: omtcp.xin |
Return type: String Returns: The version string of the TCP library currently in use. |
define external stream function TCPLibraryVersion
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."
---- |