Hi,

I'm trying to find out since which gretl version it is possible to use a foreach loop with an array of strings. The official changelog only talks about the recent enabling of a nested array, but not of the original thing.

Example:

<hansl>

strings S = defarray("hey","ho")
loop foreach s S
    print s
    print "$s"
endloop
</hansl>

thanks

sven
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-le...@gretlml.univpm.it
Website: 
https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/

Reply via email to