| Search Locate Previous Next | Contents |
This function provides basic support for calling CHM-style help files (compiled HTML files). It requires HHCtrl.OCX to be present on the users computer. The left argument (optional) gives the name of the html page to be invoked:
'quotes.htm' HTMHelp 'mychm.chm'
Files compiled with Causeway HelpStuf may fake the context number with the generated filename, which allows:
20 HTMHelp 'mychm.chm'
This will open the file at the topic with context# 20.