% @(#)close_file.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:20 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1992 European Southern Observatory %.IDENT close_file.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, CLOSE/FILE %.PURPOSE On-line help file for the command: CLOSE/FILE %.VERSION 1.0 02-JUN-1992 : Creation, KB %.VERSION 1.1 20-JUN-1993 : Update, KB %---------------------------------------------------------------- \se SECTION./FILE \es\co CLOSE/FILE 20-JUN-1993 KB \oc\su CLOSE/FILE file_id close an ASCII file \us\pu Purpose: Close an ASCII file which was opened before via the OPEN/FILE command. \up\sy Syntax: CLOSE/FILE file_id \ys\pa file_id = file id which was returned by a previous OPEN/FILE command \\ or `*' to close all files which had been opened via OPEN/FILE \ap\sa See also: OPEN/FILE, READ/FILE, WRITE/FILE \as\no Note: No error message is displayed, if file closing did not succeed. \on\exs Examples: \ex CLOSE/FILE 7 Close ASCII file with file id 7. \xe\ex CLOSE/FILE * Close all files wich had been opened via OPEN/FILE. \xe\ex CLOSE/FILE {fid} Close ASCII file wich had its file id stored in integer keyword fid in element 1. \xe\sxe