Topic complex |
Table functions |
Function |
getrfield() |
Short |
Returns the content of a field from the record buffer |
Syntax |
GETRFIELD(db : INTEGER; field : INTEGER|STRING) : REAL |
Parameter |
db : table handle from OpenDB
field : field identifier or field number |
Return |
content of the field as number
|
See also: |
|
Description |
GETRFIELD can be used with all numeric field types:
NUMBER 1,2,4,6,8
AUTO
LINK
DATE
TIME
SELECT
GETRFIELD returns always the whole saved accuracy.
|