Note: Built-In Function Rules Usage Options
Returns the version details of a single LANSA OBJECT.
Arguments
|
Return Values
|
Note: Identifier, Option Number and Build Number (in Data description below) are zero filled and right justified.
00 = Object Type
01 = Object Name
02 = Object Extension
03 = DLL Name
04 = Build Date
05 = Build Time
06 = Supports Components
07 = Collection Name
08 = Visual LANSA Internal Identification
09 = File Version
For Identifier 08 (only)
00 = Build Number
01 = Release Number
02 = Build Date
03 = Copyright Dates
For Identifier 09 (only)
00 = File Version Number
Object Type: |
FD = File |
Object Name |
|
Object Extension |
|
DLL Name |
|
Build Date * |
mmm dd yyyy |
Build Time * |
hh:mm:ss |
Component Support |
Y=Supports Components Not used for Functions. |
Collection Name |
This name is the same as the Library Name, except that it is truncated when the Library Name is too long. For example, a file in the LANSA demonstration system would have a value of XDEMOLIB. Not used for a Function. |
Visual LANSA Internal Option Number |
00 = Build Number |
* All dates and times are in the language format of the computer on which the object was built. Therefore, LANSA internal objects, such as X_PDF.DLL, will always return an English style date because they were built in Australia. On the other hand, for an object built in France such as MYFUNC.DLL, the date will be French.
Times do not contain any time zone information so it is not possible to convert the time into local time for comparison purposes. The times should only be used for comparison when you are certain that all times you are comparing were generated in the same time zone.
Examples
Following are two examples of the GET_PROPERTIES Return Values. One shows the values for a Function, the other is for a File:
|