Can anyone tell me how (and provide syntax) to delete a node in a dynamic link list? I used new to create nodes, the nodes are structures with forward links (next) and back linking (link). I can create and view all nodes easily, but cannot seem to find the proper way to delete them. So if anyone could show me the syntax or point me to a site it would be GREATLY appreciated.