Origin Ver. : OriginPro8 Sr4
Operating System: Xp Sp2
Hi everybody!
Id like to perform many Peak analysis.
But each time the Pa command exit the script at the end of the first loop.
Loop (ii, 2,n) //on the n columns of the first wks
{
type -b "start loop $(ii)/$(n) ?";
pa iy:=([%H]Sheet1!1[87:107],[%H]Sheet1!$(ii)[87:107]) smode:=1 theme:=AsymPic3;
type -b " loop $(ii)/$(n) is now finished. Go on?";
};
When the script is executed, I get the first text box, then the first loop is executed and the script is stopped (exited). I dont even get the second message box.
Does anyone have any idea why and how to overcome this exit?