Next: Data Type Specific Record Search Functions, Previous: Data Type Specific Record Front Functions, Up: The Record Library [Index]
<type> rb_e_<type-name>(<type> &d, record r);
is the data in the last position in the r record, sets d as the same data (assumed of the <type> data type) and removes it from the record
<type> rb_g_<type-name>(<type> &d, record r);
is the data in the last position in the r record, sets d as the same (data is linked if allowed, copied otherwise, data assumed of the <type> data type)
<type> rb_q_<type-name>(record r);
is the data in the last position in the r record (assumed of the <type> data type)
<type> rb_x_<type-name>(record r);
is the data in the last position in the r record (assumed of the <type> data type), the data is removed from the record