PureBasic - LinkedList
Overview
The Linked Lists are objects which are dynamically allocated depending of your need. This is a list of elements and each elements is fully independant of the other. You can add any elements you want, inserting elements at the position you need, deleting some other and more... These kind of data management is very used, as it's the best way to handle data when you don't know how many there are.
Command Index
AddElement
ChangeCurrentElement
ClearList
CountList
DeleteElement
FirstElement
InsertElement
LastElement
ListIndex
NextElement
PreviousElement
ResetList
SelectElement
Supported OS
Windows, AmigaOS, Linux