Function Version() Foundation
Determines the Xbase++ version
Syntax
Version( [<nInfo>] ) --> cVersionInfo
Parameters
<nInfo>
<nInfo> is an optional value between 1 and 3. It is used to determine a particular part of the version number:
<nInfo> | Version information |
---|---|
1 | Xbase++ version |
2 | Release level |
3 | Build level |
Return
Version() returns a character string which designates the Xbase++ version or contains a part of the version number.
Description
The environment function Version() is used to retrieve version information about Xbase++. If a numeric value between 1 and 3 is specified for <nInfo>, the function returns a part of the version number. The version number is comprised of v.rr.bbbb (v=version, r=release, b=build).
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.