hm_callhelp
Displays the HTML help for a specific book and topic.
Syntax
hm_callhelp book topic
Type
HyperMesh Tcl GUI Command
Description
This command will display the HTML help for the specified book and topic.
Inputs
- book
- The book name, which defines the HyperWorks book to use.
- topic
- The topic name, which defines the specific HTML page to open from the book. The .htm suffix should not be included in the topic name.
Examples
To open the top level help topic for the current product:
hm_callhelp
hm_callhelp hwd help006
hm_callhelp mfs help006
Errors
if { [ catch {command_name...} ] } {
# Handle error
}