A Summary of Statements and Functions

Functions

AVG (level, sequence)

The AVG function returns the average for the specified expression in a TOTALS ON statement. The level of the TOTALS ON statement and the sequential position of the expression are specified.

NUMBREAK (level)

The NUMBREAK function returns the number of times the specified level break condition has occurred.

NUMDETAIL (level)

The NUMDETAIL function returns the number of DETAIL LINE statements that have been executed since the specified level header was last executed.

OLDCV [$] (level)

The OLDCV function returns the value of the control variable as it was in the last break condition. If the control variable is a string, the $ is appended to OLDCV.

TOTAL (level, sequence)

The TOTAL function returns the running total for the specified expression in a TOTALS ON statement. The level of the TOTALS ON and the sequential position of the expression are specified.

LAST BREAK

The LAST BREAK function returns the value of the last break condition level number detected.

NUMLINE

The NUMLINE function returns the current line number to which output will go.

NUMPAGE

The NUMPAGE function returns the current page number to which output will go.

RWINFO (integer)

The RWINFO function returns Eloquence Report Writer information.


Eloquence Report Manual - 19 DEC 2002