OpenHelp()

Syntax

OpenHelp(Filename$, Topic$)
Description
Open and display an help window. Topic is the internal name of the page to display, if the Topic$ isn't a null the help is displaying directly the specified page (very useful for online/contextual help).

Example:
   OpenHelp("help.chm",  "index.htm")
   OpenHelp("help.chm",  "print.txt")
On Microsoft Windows, two help file format are supported: .hlp (old format) and .chm (HTML based, new format).

Supported OS

Windows, AmigaOS, MacOS X

<- CloseHelp() - Help Index