heapPtr FindKey(heapPtr pList, number key)
Finds the node with the specified key in pList and returns it. It returns NULL if no node matches it.
See Also: AddAfter, AddToFront, AddToEnd, DeleteKey