TEXTCLOSE
Name
TEXTCLOSE
Purpose
Close a text outpu file previously opened with TEXTOPEN
Explanation
procedure to close file for text output as specifed
by the (non-standard) system variable !TEXTOUT.
Calling Sequence
textclose, [ TEXTOUT = ]
Keywords
textout - Indicates output device that was used by
TEXTOPEN
Side Effects
if !textout is not equal to 5 and the textunit is
opened. Then unit !textunit is closed and released
History
D. Lindler Dec. 1986 (Replaces PRTOPEN)
Test if TEXTOUT is a scalar string W. Landsman August 1993
Can't close unit -1 (Standard Output) I. Freedman April 1994
Converted to IDL V5.0 W. Landsman September 1997