Am 21.09.2021 um 16:14 schrieb Sven Schreiber:
> But actually, a pure hansl script can go a long way I believe. Like this:
> <hansl>
> loop foreach i sscanf # add more command names later
> $i
> endloop
> </hansl>
>
> This already crashes the GUI program for me here.
Sorry, to be useful the crucial line should include "catch", like this:
<hansl>
loop foreach i sscanf # add more command names later
catch $i
endloop
</hansl>
Still crashes now, but shouldn't after the bug is fixed.
cheers
sven
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-leave@gretlml.univpm.it
Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/