LAST-OF function
Returns a TRUE value if the current iteration of a DO, FOR EACH, or REPEAT . . . BREAK block is the last iteration for a particular value of a break group.
Syntax
break-group
ExampleThis procedure uses LAST-OF to display a single line of information on each
Item.CatPage
group in theItem
file, without displaying any individual item data. It produces a report that shows the aggregate valueOnHand
for each catalog page.
See also
OpenEdge Release 10.2B
|