ReportInterface.NumberFormat Property

Top 

Description

The format in which to write numeric values. Note that this will be overriden by per-item qualifiers, i.e. "Report myValue<width, precision> to myReportInterface."

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"%15.9f"

 

Syntax

myString1 = myReportInterface1.NumberFormat;

 

myReportInterface1.NumberFormat = myString1;

 

See also

ReportInterface Object

ReportInterface Guide