Difference between revisions of "VERSION()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return software version information | Function to return software version information |
Revision as of 16:59, 28 October 2009
Purpose
Function to return software version information
Syntax
VERSION([<expN>])
See Also
Description
The VERSION() function returns a character string containing the Recital product name and version number. If the optional <expN> is specified, further version and release information is returned.
<expN> Value | Return Value |
---|---|
1 | Compilation date |
2 | Patch Release number |
3 | License error code. The string 'No License error code' is returned if the product is correctly licensed. |
Example
? version() Recital UD Enterprise Edition Version 8.0 for Unix ? version(1) Compiled on Tue Oct 26 17:03:08 GMT 1999 ? version(2) 8.0.8 Started 28-May-1999 ? version(3) No License error code
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer