Report |
Top Previous Next |
DescriptionThe Report command outputs text or numeric data to a Console window, a DataTableWindow, a ReportInterface, or an external file. For more information, see the Generating Output and Interfacing with External Resources Guides.
Syntax
Where:
Formatting OutputThe format of the numeric data being reported can be specified using the Variable.Format, Array.Format, or Matrix.Format methods. The Format method converts a double precision floating point value to a string based on user-provided format specifiers. The format specifiers are standard C/C++ specifiers as used with the sprintf function. The following example reports myVariable in scientific notation with 4 places after the decimal point.
Output formatted Variable in specified format.
Output formatted Array in specified format.
Output formatted Matrix in specified format.
Details
Command EditorWhat to Report
Where to Report
Without Headers
Without Linefeed
Without Pad
Script
Description
See Also•Update Command •Close Command •Generating Output Guide •Interfacing with External Resources Guide - Files page
|