ReportInterface.AutoLinefeed Property

Top 

Description

Determines whether the Report will automatically include a linefeed at the end of each Report command. Note that the Report command keywords "without linefeed" will override this setting.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myReportInterface1.AutoLinefeed;

 

myReportInterface1.AutoLinefeed = myVariable1;

 

See also

ReportInterface Object

ReportInterface Guide