Progress 4GL - Enumerable.Take(TSource) Method in

Status
Not open for further replies.
K

karbonphyber

Guest
Thanks in advance for looking at this question!

This is all in the context of a FOR EACH loop which can get quite lengthy - think 100,000 records - and I'm looking for a way to take n records from a position in that resultset e.g. start @ 4000 & take the next 500 records.

I was looking around for keywords, in the ABL Reference, such as:

  • Position
  • LookAhead
  • RECID - Whether we can find a RECID at the nth position
  • Query Tuning

So far no luck. Any smarties out there with a hint?

Continue reading...
 
Status
Not open for further replies.
Top