4D v14.3Application version |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Application version
Application version
The Application version command returns an encoded string value that expresses the version number of the 4D environment you are running. - If you do not pass the optional * parameter, a 4-character string is returned, formatted as follows:
- If you pass the optional * parameter, an 8-character string is returned, formatted as follows:
Compatibility note (4D v14) Version numbering has been changed beginning with version 14 of 4D:
In previous versions of 4D, the number of the "R" version was the update number; it designated the revision and the revision number itself was always 0. Examples for a short version number:
Examples for a long version number:
The Application version command can return additional information in the optional buildNum parameter: the build number of the current version of the 4D application. This is an internal compilation number that can be used for versioning or when contacting the 4D Technical Services department. Note: In the case of applications that are compiled and merged with 4D Volume License, the build number returned is not significant. In this context, version information is managed by the developer. This example displays the 4D environment version number: $vs4Dversion:=Application version This example tests to verify that you are using a final version: You want to use the application's short version value returned by the command to display the 4D application release name. You can write: C_LONGINT($Lon_build) |
PROPERTIES
Product: 4D
HISTORY
SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v14.3) Inherited from : Application version ( 4D v13.5) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||