Get_Item_By_Position

Returns the item at the given position in a buffer. If no item is found NULL is returned.

FUNCTION Get_Item_By_Position ( 
   buffer_    IN type_buffer_,
   position_  IN NUMBER ) RETURN type_item_

Parameters

buffer_

position_

Return value

    The item at position position_ in the buffer. If no item is found NULL is returned.