|
||||||||||
|
||||||||||
Other Library Functions |
function | HttpLibraryVersion |
Available in:
Enterprise Professional |
Library: omhttp - HTTP support
Include: omhttp.xin |
HttpLibraryVersion
Use HttpLibraryVersion to return the library version and copyright information of the HTTP library currently in use.
To use this function, you must include the following code at the beginning of your program:
include "omhttp.xin"
; display the library version and copyright information include "omhttp.xin" process output HttpLibraryVersion || "%n"
This is a sample output: "OMHTTP 1.1.3 Copyright (c) 1998-1999 OmniMark Technologies Corporation."
---- |