Page 1 of 1

LinkedList - Current element

Posted: Wed Sep 26, 2012 11:36 pm
by LCD
Anyone knows hot to get the position of actual element in a LinkedList (without using help variables)? I can only set a new position, but not see which is current (for debugging reasons).

Re: LinkedList - Current element

Posted: Wed Sep 26, 2012 11:51 pm
by Josh
ListIndex()

Re: LinkedList - Current element

Posted: Thu Sep 27, 2012 8:00 am
by LCD
Thank you!