I want to delete a linkedlist declaration

Everything else that doesn't fall into one of the other PB categories.
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

I want to delete a linkedlist declaration

Post 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 ?
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

Post 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
Post Reply