On Sat, 14 Aug 2010, Allin Cottrell wrote:
On Sat, 14 Aug 2010, Marcin B�^Bażejowski wrote:
> suppose we have series and want to add values to some observations.
> Following script doesn't work:
> <script>
> nulldata 120
> series y = normal()
> loop for (i=1; i<=109; i+=12)
> genr y[$i] += 1000
> endloop
> </script>
Yes, something needs fixing with the "$i" read...
It's fixed in CVS.
--
Allin Cottrell
Department of Economics
Wake Forest University