Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕NUNTIE Close native file
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

⎕NUNTIE Untie native file(s)


The ⎕NUNTIE function is used to untie one or more native files. Any file locks set by ⎕NLOCK are released and the file is closed.

The syntax of ⎕NUNTIE is ({} means optional) :

          ⎕NUNTIE TIENO {,TIENO} {,TIENO} ...

where the right argument is an integer scalar or vector of tie numbers to untie.

Note that all files are automatically untied by a )CLEAR or an )OFF. File ties are not affected by )LOAD operation.


Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕NUNTIE Close native file
[ Previous | Next | Contents | Index | APL Home ]