Output.Append()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes > class OUTPUT >

Output.Append()

Description

Reopen an existing Output file and move the file pointer to the end of the file.

 

Make it the current output file for the running experiment. Close any other open Output.

 

If the file does not already exist, it is created.

 

The Runner window caption and window title bar are updated with the new output name.

 

Type

INSTANCE FUNCTION

 

Usage

Status = Output.Append()

 

Status

BOOL

TRUE = file opened OK.

FALSE = file opened not OK.