Get_Item_By_Name¶
Returns a named item from a buffer. If the buffer contains several items with the same name the first item with a matching name is returned. If no item with a matching name is found NULL is returned.
FUNCTION Get_Item_By_Name (
buffer_ IN type_buffer_,
name_ IN type_name_ ) RETURN type_item_
Parameters¶
buffer_
name_
Item name.
Return value¶
The first item with the name name_. If no item with a matching name is found NULL is returned.