Dyalog 13.2 introduced a new system constant ⎕DMX which contains properties with more information about the error.
Try this expression to see the information:
⎕DMX.(⍪{⍵(⍎⍵)}¨⎕NL-2)
Dyalog 13.2--find out more information about an error?
-
- Posts: 439
- Joined: Wed Oct 01, 2008 9:39 am