WRITEI

Write information to an output file

Description:

Write specified information concerning the current data-set to an output file.

Usage:

writei action file

Parameters:

ACTION = _CHAR (Read and Write)
The type of information to be written. This may be one of the following:
  • "LABLST" – Write the internal list of labels out.

  • "DATA" – Write out selected data.

  • "AGIPIC" – Write the label, name and comment for the current AGI picture to the AGI database.

[The value is prompted for.]

FILE = FILENAME (Read and Write)
The name of the output file to be written.

[The value is prompted for.]

FORMAT = _CHAR (Read and Write)
The Fortran FORMAT to be used.

If the value is not specified on the command line, the current value is used. The current value is initially set to "G25.16".

AGINAME = _CHAR (Read and Write)
The AGI name for the current picture. This may be one of the following:
  • "DATA" – Used to indicate that the AGI picture contains the representation of data in some graphical form (i.e. a graph).

  • "FRAME" – Used to indicate that the AGI picture contains a group of other plots (i.e. several "DATA" pictures).

["DATA"]

AGICOMMENT = _CHAR (Read and Write)
The AGI comment for the current picture.

If the value is not specified on the command line, the current value is used. The current value is set to "User viewport".

AGILABEL = _CHAR (Read and Write)
The AGI label for the current picture.

[The value is prompted for.]

X = _LOGICAL (Read and Write)
If TRUE, the XCOL data area will be output. [FALSE]
Y = _LOGICAL (Read and Write)
If TRUE, the YCOL data area will be output. [FALSE]
Z = _LOGICAL (Read and Write)
If TRUE, the ZCOL data area will be output. [FALSE]
EX = _LOGICAL (Read and Write)
If TRUE, the EXCOL data area will be output. [FALSE]
EY = _LOGICAL (Read and Write)
If TRUE, the EYCOL data area will be output. [FALSE]