euc.omffeuc-version

function

Library: EUC (OMFFEUC)
Import : omffeuc.xmd

Returns: the version information for the library


Declaration
export external string function 
   omffeuc-version


Purpose

euc.omffeuc-version returns the version and copyright information for the OMFFEUC library.

Example

The following program outputs the version information for the OMFFEUC library:

  import "omffeuc.xmd" prefixed by euc.
  
  process
     output euc.omffeuc-version || "%n"

Usage Note

To use euc.omffeuc-version, you must import OMFFEUC into your program using an import declaration such as:

  import "omffeuc.xmd" prefixed by euc.

Other Library Functions