Hi,
trying to go beyond the range of the dataset obs numbers in a loop just
yields a generic "data error" (instead of the expected obs number out of
admissible range):
<hansl>
nulldata 3
series x
loop i=1..4
x[i] = 5
endloop
</hansl>
thanks,
sven
Show replies by date