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:
Example
To write out the list of unsupported commands to C:\temp\unsupported.txt:
hm_historysupporttofile C:/temp/unsupported.txt 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0