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