automatically numbering integer values
Posted: Thu Oct 25, 2012 4:22 pm
Deat Tom,
thanks a lot for the help last time. Now I search for a way to automatically attach a number to the name of an integer.
I have the following procedure, where I want to compute the mean for different periods and store this mean in integer a.
To prevent that a is overwritten within the loop I want to number integer "a" by the value of i.
But some how I cant find the value a1, a3 ...
Where is the error?
dofor i = 1 3 6 12 24
stats claw12tayuk firstob+range+length lastob-i
comp a = %mean
comp a +(i) = a
end dofor
Is there something like a series window for integers, where I can see all integers defined in the program?
Thanks a lot
thanks a lot for the help last time. Now I search for a way to automatically attach a number to the name of an integer.
I have the following procedure, where I want to compute the mean for different periods and store this mean in integer a.
To prevent that a is overwritten within the loop I want to number integer "a" by the value of i.
But some how I cant find the value a1, a3 ...
Where is the error?
dofor i = 1 3 6 12 24
stats claw12tayuk firstob+range+length lastob-i
comp a = %mean
comp a +(i) = a
end dofor
Is there something like a series window for integers, where I can see all integers defined in the program?
Thanks a lot