Re: Newbie question. Difficulty understanding a few things.
- Posted by Rob H. <robert.hrosc at gm?il?com> May 25, 2008
- 709 views
I understand what seek is doing. However. The seek_positions[element] determines where seek is currently "looking" because it's incrementing with the for element loop. So why is the [1] necessary?? Not sure if I'm explaining myself correctly... In the Reference Manual, seek only takes one argument... I'm wondering what the [1] and -1 specifically do.