DeleteKey (Kernel)¶
-
DeleteKey
(list key)¶ Finds the node with the specified key in list and deletes it.
Parameters: - list (k_list) – A list.
- key (number) – A key associated with a node in the list.
Returns: TRUE if the node was deleted.
See also:
AddToFront()
,AddToEnd()
,AddAfter()
,FindKey()