PreviousNextIndex

PROVERSION function

Returns the version of ABL, or release of OpenEdge, you are running.

Note: The PROVERSION function returns the version or release number as a character string. If you do not convert the returned character values to integer values (and strip off any letters) before sorting multiple return values, the values will not sort as expected. For example, the OpenEdge 10.0 release sorts before the Progress 9.1 version.
Syntax

PROVERSION 

Example

The following example displays your current ABL version or OpenEdge release:

r-vers.p
MESSAGE "You are currently running Version/Release" PROVERSION. 

Notes
See also

DBVERSION function, PROGRESS function


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex