util.omutil-version

function

Library: Utilities (OMUTIL)
Import : omutil.xmd

Returns: The version and copyright information for the library.


Declaration
define external stream function util.omutil-version


Purpose

This function returns the version and copyright information for the library.

Example:


  ; get the version info for this library
  import "omutil.xmd" prefixed by util.
  process
     output "Library version = " || util.omutil-version || "%n"