Am 7. Oktober 2015 18:29:42 MESZ, schrieb Allin Cottrell <cottrell@wfu.edu>:
On Wed, 7 Oct 2015, Artur T. wrote:
Dear all,
the following code using the gretl cvs from 29.9.2015 on Win7 results in a
crash:
<gretl>
clear
set echo off
set messages off
open denmark.gdt
list ylist = LRM LRY IBO
list xlist = IDE
# Works
list lall = ylist(0 to -4) xlist(0 to -4)
lall
#Crash of xlist is "null"
list xlist = null
list lall = ylist(0 to -4) xlist(0 to -4)
lall
<\gretl>
Thanks, Artur. That's now fixed in git.
Allin
Gretl-devel mailing list
Gretl-devel@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel