Next: Record Visiting Functions, Previous: Data Type Generic Record Back Functions, Up: The Record Library [Index]
integer rc_jack(&, record r, data d);
is 0 if the r record does not map d or if the data in the d position is not of the same type as the first argument, non zero otherwise. Sets the first argument as the data in the d position for the latter case (data is linked if allowed, copied otherwise).
object rc_query(record r, data d);
is the data in the d position in the r record