omprocess-version

function

Library: Process execution (OMPROCESS)
Import : omprocess.xmd

Returns: the copyright and version information for the OMPROCESS library


Declaration
export string function
   omprocess-version 
    


Purpose

This function returns the copyright and version information for the OmniMark OMPROCESS external function library.

Example

This program displays copyright and version information for the OMPROCESS library:

  import "omprocess.xmd" unprefixed 
  
  process
     output omprocess-version || "%n"

Other Library Functions