UTIL_LibraryVersion

function

Library: Utilities (OMUTIL legacy)
Include: omutil.xin

Returns: the version and copyright information for the library


Declaration
define external stream function UTIL_LibraryVersion


Purpose

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"