Dear all,
I have two sections that do the same thing.However, the second one doesn't work(nothing happens!).
I really appreciate your help.
Thanks
[section1]
int beginning = 2
int ending = 11
for(ii=beginning;ii<=ending;ii++){
smooth iy:=[%H]$(page.active)!$(ii) method:=aav weight:=1 npts:=20 oy:=[%H]$(page.active)!$(wks.ncols+1)
}
[section2]
for(ii=2;ii<=11;ii++){
smooth iy:=[%H]$(page.active)!$(ii) method:=aav weight:=1 npts:=20 oy:=[%H]$(page.active)!$(wks.ncols+1)
}