On Sat, 24 May 2008, Riccardo (Jack) Lucchetti wrote:
[T]he script below (which has nothing to do with R interaction
_per se_) won't work
<script>
nulldata 10
x = normal()
smpl +1 -1
store @dotdir/foo.csv
delete x
append @dotdir/foo.csv
</script>
I think this problem is specific to unstructured data. If you
stick in, for example, "setobs 1 1950" after the "nulldata"
command, the script works OK. I'll take a further look at this.
Allin.