Arbortext Command Language > Functions by Alphabetical Listing > amo_close
  
amo_close
amo_close (msg_file_id)
This function closes the message file specified by the argument msg_file_id. The msg_file_id is the message file ID for a message file previously opened with amo_open.
If the function executes correctly, it returns the message file ID of the closed file. If the function fails, it returns a -1.
Example
$ret = amo_close(msg_file_id)
Related Topics
amo_open built-in function