Next: , Previous: , Up: The Record Library   [Index]


13.5.15 Data Type Generic Record Back Functions

r_back

object r_back(record r);

is the data in the last position in the r record

rb_delete

record rb_delete(record r);

is r, deletes the last element in the r record

rb_get

object rb_get(&, record r);

is the data in the last position in the r record, sets the first argument as the same data (data is linked if allowed, copied otherwise)

rb_pick

object rb_pick(record r);

is the data in the last position in the r record, the data is removed from the record

rb_query

object rb_query(record r);

is the data in the last position in the r record (same as ‘r_back’)

rb_yank

object rb_yank(&, record r);

is the data in the last position in the r record, sets the first argument as the same data and removes it from r