Hi Jordan,
you need a DO loop.
period = VARV(...).
Do.
period = tmvl(period, 1)
put you calculation here.
if period = 12. exit.
endif.
enddo.
regards
Cornelia
Hi Jordan,
you need a DO loop.
period = VARV(...).
Do.
period = tmvl(period, 1)
put you calculation here.
if period = 12. exit.
endif.
enddo.
regards
Cornelia