4 Functions

The NUMBREAK Function

The NUMBREAK function returns the number of times a break condition at the specified level has occurred. The NUMBREAK counter is incremented when the break is detected which is before any header routine is activated.

NUMBREAK (level)

The parameter is:

level
A numeric expression evaluating to an integer from 1 to 9. It associates the NUMBREAK function with the BREAK WHEN statement of the same level.
An example of this function follows.


290  REPORT TRAILER WITH 5 LINES USING R_trail;TOTAL(0,1)/NUMBREAK(1)

Eloquence Report Manual - 19 DEC 2002