Output.Append()
Output.Append()
Type: INSTANCE FUNCTION
Purpose: 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.
Usage: Status = Output.Append()
Status |
BOOL |
TRUE if file opened OK, FALSE if not OK |
Comments are closed.