Page 1 of 1

[Implemented] LinkedList

Posted: Wed Aug 22, 2001 3:47 pm
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()')