On Tue, 15 May 2012, Allin Cottrell wrote:
> loop i=1..4 -q
> scalar k = i*12
> sprintf lmax "dt_%d", k
> sprintf lmin "dt_%d", k-11
> list R = @lmin..@lmax
> list R print
> endloop
Ha, I see that mailman has mangled the "list R =" command
above (in the gretl-users mail archive) [...]
So it happened again. And also I said "ampersand" when I
actually meant the "at" sign. Here's my last attempt. Let
{AT} represent the "at" sign. Then the command should read
list R = {AT}lmin..{AT}lmax
Allin Cottrell