Skip to content

Version_Information Command

See Also: Info_Box

Purpose

To retrieve information about the currently running version of DataFlex.

Syntax

Version_Information {iVersion} {iRevision} {iBuild}

Argument Explanation

  • iVersion
    The major version of the runtime.

  • iRevision
    The minor version of the runtime.

  • iBuild
    The build of the runtime.

Example

Procedure Test
    Integer iVersion iRevision iBuild
    Version_Information iVersion iRevision iBuild
    Showln "DataFlex version: " iVersion "." iRevision "." iBuild
End_Procedure

The above example retrieves the DataFlex version information and displays it. The result would display:

DataFlex version: 18.2.55