Some more LinkedList Features
Posted: Mon Dec 17, 2007 2:11 pm
As maybe often requested I would like to have a possibillity to create dynamicly lists (without the use of user tips and tricks codes) and maybe an option for internaly indexed elements. Maybe something like:
NewIndexedList ListName.Struct()
so that SelectElement() does not need to jump through all elements.
Some ppl will now say "Use Arrays for that" but thats not the same. I only like the use of arrays if I know the maximum of elements to store, thats often not possible.
NewIndexedList ListName.Struct()
so that SelectElement() does not need to jump through all elements.
Some ppl will now say "Use Arrays for that" but thats not the same. I only like the use of arrays if I know the maximum of elements to store, thats often not possible.