Topic complex |
Table functions |
Function |
getfield() |
Short |
Returns the content of a field from the record buffer |
Syntax |
GETFIELD(db : INTEGER; field : INTEGER|STRING[; VAR buffer : BYTE[]]) : STRING |
Parameter |
db : table handle from OpenDB
field : field identifier or field number |
Return |
Content of the field as string |
See also: |
|
Description |
GETFIELD can used with all field types, besides with Memos and Blobs.
If numeric values should be processed in the programm GETFIELD is to prefer.
|