Re: Newbie question. Difficulty understanding a few things.
- Posted by Dan Moyer <danielmoyer at pro?igy.n?t> May 25, 2008
- 681 views
Rob H. wrote: > > > I understand what seek is doing. However. The 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. Rob, I could have been more succinct: there IS only one argument being passed, it's what ever is found at the FIRST place in seek_positions[element], minus 1. The counter "element" is looking each item in a sequence variable which has TWO items per element. Dan