Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕NERROR Get last native file error
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

⎕NERROR Return an error message describing the last file error


The niladic ⎕NERROR function returns a character vector with a message giving details of the last error from the native file system. The error message is set whenever a native file system function returns a FILE I/O ERROR, and only cleared by )CLEAR. Note that it is not affected by native file functions which complete without error.


Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕NERROR Get last native file error
[ Previous | Next | Contents | Index | APL Home ]