hm_historysupporttofile

Writes out to a file the commands that are supported for history.

Syntax

hm_historysupporttofile filename support_level

Type

HyperMesh Tcl Query Command

Description

Writes out to a file the commands that are supported for history.

Inputs

filename
The full path and file name of the output file.
support_level
The type of history support to write the commands for. Valid values are:
-1 - Commands that do not modify the database and therefore do not affect history
0 - Commands that are not supported for history
1 - Commands that are supported for history

Example

To write out the list of unsupported commands to C:\temp\unsupported.txt:

hm_historysupporttofile C:/temp/unsupported.txt 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0