$HelpFile
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$HelpFile
4.8 out of 5 stars
2 ratings
5 Stars | 50% | |
4 Stars | 50% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
The name of the file containing the online help.
Syntax
$helpfile
Return Value
A character string. Can be reset by an application program.
Description
$HelpFile gives the name of a file containing online help topics.
Set by the application program to the name of a file containing the online help information. By changing the value of $HelpFile, an application can use different help files at different times during a session. The default help file is ZIM.HLP.
The file name should include the directory path. The special file path indicator characters can be used.
Example
let $helpfile = "c:\myapp\applic.hlp"
Updated
ByJason Lee
Was this article helpful?
4.8 out of 5 stars
2 ratings
5 Stars | 50% | |
4 Stars | 50% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5