utf16.omffutf16-version

function

Library: UTF-16 (OMFFUTF16)
Import : omffutf16.xmd

Returns: the version information for the library


Declaration
export external string function 
   omffutf16-version


Purpose

utf16.omffutf16-version returns the version and copyright information for the OMFFUTF16 library.

Example

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

  import "omffutf16.xmd" prefixed by utf16.
  
  process
     output utf16.omffutf16-version || "%n"

Usage Note

To use utf16.omffutf16-version, you must import OMFFUTF16 into your program using an import declaration such as:

  import "omffutf16.xmd" prefixed by utf16.

Other Library Functions