Dear all,
I noticed this thing.
(gretl 2022c on Windows)
<hansl>
strings s = null
s[""]
</hansl>
<output>
? strings s = null
? s[""]
Index value 969423488 is out of bounds
Error executing script: halting
s[""]
</output>
The number changes at every run. (maybe a memory address?)
The same problem occurs with arrays and bundles and changing the string.
As you can see it is not a serious problem but I think it's good to fix it.
Regards
Federico