At 10:22 AM 3/26/2005, Larry Lustig wrote:
... what will happen with version 7.5 and version 8. Will that third term continue to increase, or will it go back to 1? That is, will it look like:
8.1.92.1234
or
8.1.01.1234
In the second case, the above code would give the error on the first release of 8, while in the first case we'll pretty soon be into three-digit release numbers which would cause it's own problem.
What's the official word?
Here's the build information of currently available and/or scheduled Private/Public versions of R:BASE 7.1, 7.5 and 8.0:
R:BASE 7.1 for Windows: 7.1.80.30329
R:BASE 7.5 for Windows: 7.5.5.30329
R:BASE V-8 "Turbo": 8.0.2.30329
Keeping that scenario in mind and using the (CVAL('BUILD'))
function, you can define any logic that may suite your need.As you can see, there are three (3) dots separating the logic of defining the Product Version, Build, Major Release and Date.
Very Best R:egards,
Razzak.
