HP 3000 Manuals

OLDCV$ [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation


HP Business BASIC/XL Reference Manual

OLDCV$ 

The OLDCV$ is a Report Writer function that returns the value of a BREAK
WHEN control expression.  The value stored is the value the last time a
break at the given level (or lower level) occurred.  The BREAK WHEN
statement at this level must have a string control expression.

The OLDCV$ value is not available until report output is started.
References to this function before that time generate an error.

Syntax 

OLDCV$(level)

Parameters 

level            A summary level number.  This must be in the range [1,
                 9].

Examples 

     100 bwcont$ = OLDCV$(Level4)  !bwcont$ receives the value of a BREAK
     101                           !WHEN string control expression.



MPE/iX 5.0 Documentation