[softwarelist] Re: Script for numbering
- From: Pete Bready <pbready@xxxxxxxxxxxx>
- To: davidpilling@xxxxxxxxxxxxx
- Date: Thu, 4 May 2006 19:56:27 +0100
Pete Bready <pbready@xxxxxxxxxxxx> wrote:
>
> MERGE_05={merge 904 "page-3" "{macv=pagenum() - 3}"}
>
Just reread your query and the above(if it works at all will only give you a
page number three less than you need. So maybe you need somthing like the
following in the curly brackets - maybe Mr P can translate this into OVNPro
macro-speak:
IF pagenum() > 2 and MOD(pagenum(),2)=1 THEN
macv = pagenum()/2
ELSE macv = ""
ENDIF
If at first you don't succeed..
--
Pete Bready
- Follow-Ups:
- [softwarelist] Re: Script for numbering
- From: David Pilling
- References:
- [softwarelist] Script for numbering
- From: David Pilling
- [softwarelist] Re: Script for numbering
- From: David Pilling
- [softwarelist] Re: Script for numbering
- From: Pete Bready
Other related posts:
- » [softwarelist] Script for numbering
- » [softwarelist] Re: Script for numbering
- » [softwarelist] Re: Script for numbering
- » [softwarelist] Re: Script for numbering
- » [softwarelist] Re: Script for numbering
- » [softwarelist] Re: Script for numbering
- » [softwarelist] Re: Script for numbering
- [softwarelist] Re: Script for numbering
- From: David Pilling
- [softwarelist] Script for numbering
- From: David Pilling
- [softwarelist] Re: Script for numbering
- From: David Pilling
- [softwarelist] Re: Script for numbering
- From: Pete Bready