db_record_key
| Definition: | object x = db_record_key(integer i) |
| Description: | Return the key portion of record number i in the current table. |
| pwa/p2js: | Not supported |
| 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 key value: ") ? db_record_key(6) |
| See Also: | db_record_data |