ReportInterface(String, Variable) Constructor

Top 

Description

Creates a new ReportInterface associated with the output file specified by fileName and whose append mode is set by the append argument.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

ReportInterface(

String fileName,


Variable append)

 

 

Arguments

fileName


Description:

The name of the file to which the report will be generated.

 

 

append


Description:

Determines whether the reported text will be appended to the end of the file, or whether it will replace the existing contents of the file.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

ReportInterface myReportInterface1(myString1, myVariable1);

 

 

See also

ReportInterface Object

ReportInterface Guide