|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | UTIL_LibraryVersion |
Available in:
Professional Enterprise |
|
Library: omutil - miscellaneous system utilities
Include: omutil.xin |
Return type: String Returns: The version and copyright information for the library. |
define external stream function UTIL_LibraryVersion
This function returns the version and copyright information for the library.
Example:
; get the version info for this library
include "omutil.xin"
process
output "Library version = " || UTIL_LibraryVersion || "%n"
| ---- |