Next: Data Type Generic Byte Data Record Functions, Previous: Data Type Generic Record Front Functions, Up: The Record Library [Index]
object r_back(record r);
is the data in the last position in the r record
record rb_delete(record r);
is r, deletes the last element in the r record
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)
object rb_pick(record r);
is the data in the last position in the r record, the data is removed from the record
object rb_query(record r);
is the data in the last position in the r record (same as ‘r_back’)
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