- Code: Select all
dec vect[serise] fc
- Code: Select all
do i =1 ,10,1
set a 1 5 =%ran(1)
set fc(i) / = a
end do i
Otherwise, it says SET needs parameter SERIES
I also noticed that in this way in the series window, if I use a loop where i goes to 1000, all of them will be shown.
Is there a better way to do the same thing?
And I tried rect[series] which is automatically defined if I use COMPUTE
- Code: Select all
compute fc = a~a
2.
- Code: Select all
compute count = 10
display count/10
it turns out to be 0 ?
