Definition: | object x = db_record_data(integer i) |
Description: | Return the data portion of record number i in the current table. |
Comments: | Each record in a the database consists of a key portion and a data portion, both of which can be any atom or sequence. |
Example: |
puts(1, "The 6th record has data value: ") ? db_record_data(6) |
See Also: | db_record_key |