|
subroutine | list_item_delete (LIST, LIST_ITEM, ERR, ERROR,) |
| Deletes the item given by the LIST_ITEM index from the given list. More...
|
|
Definition at line 152 of file lists.f90.
subroutine lists::list_itemdelete::list_item_delete |
( |
type(list_type), intent(in), pointer |
LIST, |
|
|
integer(intg), intent(in) |
LIST_ITEM, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Deletes the item given by the LIST_ITEM index from the given list.
- Parameters
-
[in] | list | The pointer to the list |
[in] | list_item | The position in the list to delete. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2184 of file lists.f90.