function
Library: Base 64 (OMFFBASE64)
Import : omffbase64.xmd |
Returns: The version information for the library. |
export external string function omffbase64-version
base64.omffbase64-version
returns the version and copyright information for the OMFFBASE64 library.
The program below outputs the version of the OMFFBASE64 library.
import "omffbase64.xmd" prefixed by base64. process output base64.omffbase64-version || "%n"
To use base64.omffbase64-version
, you must import OMFFBASE64 into your program
using an import declaration such as:
import "omffbase64.xmd" prefixed by base64.