I have the following code:
Code: Select all
for !j=1 to 89
for !i=0 to 88
for %g f m
series nm{%g}{!j}
nm{%g}{!j}=p{%g}{!j}-(p{%g}{!i}(-1)-d{%g}{!j})
nm{%g}{!j}.setformat f.0
next
next
nextIf not, do you have any suggestions at how to get around this problem?
Thanks,
Dave
