[softwarelist] Re: Script for numbering

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

Other related posts: