22 lines
419 B
Plaintext
22 lines
419 B
Plaintext
compile insert bnd_equates
|
|
*
|
|
* Record Structure
|
|
Equ Rpt_Table$ to 1
|
|
Equ Rpt_Detail$ to 2
|
|
Equ group_header$ to 3
|
|
Equ group_footer$ to 4
|
|
Equ page_header$ to 5
|
|
Equ page_footer$ to 6
|
|
Equ Rpt_Header$ to 7
|
|
Equ Rpt_Footer$ to 8
|
|
|
|
* Structure of bands
|
|
Equ Str_Table$ to 1
|
|
Equ Str_col$ to 2
|
|
Equ Str_x$ to 3
|
|
Equ Str_y$ to 4
|
|
Equ Str_Width$ to 5
|
|
Equ Str_Font$ to 6
|
|
|
|
|