absExportOptions
absExportOptions(
)
=> 0 / 1
Description
Save the options settings for the current session to a specified location.
Arguments
Value Returned
Option
|
Specifies the path to and name of the options file. The default is |
|
Examples
Saves the options in a file called abstract.options in the current working directory.
absSetOption( "ExportOptionsFile" "abstract.options" )
=> 1
absExportOptions
=> 1
Related Topics
Return to top