[Implemented] LinkedList

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] LinkedList

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

How about a command that allows you to jump to a specific item number when using LinkedList.

Like: JumpElement(LinkedList(),5)
This would jump to the 5th item in the linkedlist and make it the current item and allowing you to work with it (like delete it).

(Implemented as 'SelectElement()')