Hi,
I need to be able to access the count in the macro called from a trailer key. Is there a global variable for this? I can do a running total but I am trying to avoid this.
Thanks Thillai
|
1
1
|
Hi, I need to be able to access the count in the macro called from a trailer key. Is there a global variable for this? I can do a running total but I am trying to avoid this. Thanks Thillai |
||||||
|
|
0
|
Hi, You can actually do this, on a TK or TR line place a calculated field with :
Then you just reference /MYCOUNT in the macro. The PRT=N will prevent the field from printing, but it has to be a line that will print. Dave |
|||
|
|