base64.omffbase64-version

function

Library: Base 64 (OMFFBASE64)
Import : omffbase64.xmd

Returns: the version information for the library


Declaration
export external string function 
   omffbase64-version


Purpose

base64.omffbase64-version returns the version and copyright information for the OMFFBASE64 library.

Example

The program below outputs the version of the OMFFBASE64 library.

  import "omffbase64.xmd" prefixed by base64.
  
  process
     output base64.omffbase64-version || "%n"

Usage Note

To use base64.omffbase64-version, you must import OMFFBASE64 into your program using an import declaration such as:

  import "omffbase64.xmd" prefixed by base64.

Other Library Functions