Hello comunity,
I want to delete a linkedlist declaration.
Not any element. But the complete list.
Ist there any way to do it ?
I want to delete a linkedlist declaration
- Hroudtwolf
- Addict

- Posts: 803
- Joined: Sat Feb 12, 2005 3:35 am
- Location: Germany(Hessen)
- Contact:
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
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
