absExportReport
absExportReport(
)
=> 0 / 1
Description
Outputs a summary of the cells in your library to a report file.
Arguments
Value Returned
Option
|
Specifies the path to and name of the report file. The default is |
|
Examples
Exports a report file called file1.rep in the current working directory.
absSetOption( "ExportReportFile" "file1.rep" )
=> 1
absExportReport
=> 1
Related Topics
Return to top