Page 1 of 1

I want to delete a linkedlist declaration

Posted: Tue Apr 12, 2005 8:57 pm
by Hroudtwolf
Hello comunity,

I want to delete a linkedlist declaration.
Not any element. But the complete list.
Ist there any way to do it ?

Posted: Wed Apr 13, 2005 3:27 pm
by Tommeh
If its a structure its: http://purearea.net/pb/CodeArchiv/Memor ... eMemory.pb

But your after linked lists, i don't know if that works, but as far as i know, you can't get rid of the decleration of the linked list, but just clear it using ClearList(Linkedlist()) which gets rid of all the elements