NUMBREAK [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
NUMBREAK
The NUMBREAK function is a Report Writer function that returns the number
of BREAK conditions satisfied for levels one through the given level.
Lower numbered breaks are counted because they automatically trigger a
break at the given level. If there is no active report, an error occurs.
Syntax
NUMBREAK(level)
Parameters
level The summary level number. This must be in the range [0,
9].
Example
100 No_conds = NUMBREAK(level3) !Returns the number of break
101 !BREAK conditions satisfied
MPE/iX 5.0 Documentation