Hi,
the following short script (with a recent windows snapshot):
open denmark
list mylist = null
loop foreach i mylist
endloop
... produces the following error output ("not enough memory" ?!):
gretl-Version 1.6.5
Aktuelle Sitzung: 2007/05/23 12:35
? open denmark
Lese Datendatei C:\Programme\gretl\data\misc\denmark.gdt
Frequenz: 4, max-Beob.: 55,
Beobachtungsbereich: 1974:1-1987:3
Liste 5 Variablen auf:
0) const 1) LRM 2) LRY 3) IBO 4) IDE
? list mylist = null
Fügte Liste 'mylist' hinzu
? loop foreach i mylist
Zu wenig Speicher - Fehler
Fehler bei Skriptausführung: Stopp
loop foreach i mylist
-sven