HYPERADVICE Procedure
See also: Call Action
From ESTA it is possible to activate a specific node in a Windows helpfile. The node will be shown as a topic in the Windows hypertext help system. The procedure is called like this:
hyperadvice(<filename>,<node_specification>)
<node_specification> ::= <number>
The node_specification is the context number of the node you want to see.
Examples
section brakes 'problems with the brakes'
if brake_long_travel call hyperadvice('hypercar.hlp',1)
if brake_poor call hyperadvice('hypercar.hlp',2)
if brake_veer call hyperadvice('hypercar.hlp',3)
You can see the example as a whole in CAR.KB. Choose brakes as the answer when asked which kind of problem, your car has. Then you can try out an example of this kind of hypertext integration.