Is it possible to use field codes to determine if the
document has an odd or even number of pages?
I have a couple of long-winded reasons for asking - but
this is essentially what I need to know, if anyone has any
thoughts. I just can't figure it out.
Thanks.
Jezebel - 31 Mar 2005 23:23 GMT
{ if { = MOD({NUMPAGES},2)} = 1 "ODD" "EVEN" }
> Is it possible to use field codes to determine if the
> document has an odd or even number of pages?
[quoted text clipped - 4 lines]
>
> Thanks.