On Wed, 9 Dec 2009, Sven Schreiber wrote:
<script>
open denmark
loop i=1985:1..1985:4
printf "the period: %s\n", obslabel(i)
end loop
</script>
This is a quick one I can address without reliable internet
access. I see obslabel() is doing the right thing but the
automatic printout of "loop: i = ..." is indeed off by one
for dates. Will fix shortly.
Allin.