Hi Elias, thanks, fixed in SVN *914*.
/// Jürgen On 03/29/2017 07:29 AM, Elias Mårtenson wrote:
When displaying an index error, the error message doesn't take ⎕IO into account.To reproduce: * * * x ← ⍳10* * x[0]* INDEX ERROR+ x[0] ^^ * )more* ⎕IO=1 offending index=-1 max index=10 The offending index should be 0 here. Regards, Elias