Difference between revisions of "SET HELPFILE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Specify an application specific help system | Specify an application specific help system | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | HELP, SET HELP, SET HELPWINDOW, SET INSTRUCT, | + | [[@...MENU]], [[HELP]], [[MENU]], [[SET HELP]], [[SET HELPWINDOW]], [[SET INSTRUCT]], [[TEXTEDIT()]] |
==Description== | ==Description== | ||
− | The SET HELPFILE TO <.hlm filename> command allows you to bypass the main help system and specify your own help system for a particular application. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, ’.hlm’ is used. SET HELPFILE TO without an expression | + | The SET HELPFILE TO <.hlm filename> command allows you to bypass the main help system and specify your own help system for a particular application. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, ’.hlm’ is used. SET HELPFILE TO without an expression deselects the current help system. |
The full path name of the help file must be specified. | The full path name of the help file must be specified. | ||
Line 25: | Line 18: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set helpfile to /usr/apps/help/accounts.hlm</ | + | set helpfile to /usr/apps/help/accounts.hlm</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital |
− | + | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|HELPFILE]] |
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 15:56, 23 November 2009
Purpose
Specify an application specific help system
Syntax
SET HELPFILE TO <.hlm filename> | (<expC>)
See Also
@...MENU, HELP, MENU, SET HELP, SET HELPWINDOW, SET INSTRUCT, TEXTEDIT()
Description
The SET HELPFILE TO <.hlm filename> command allows you to bypass the main help system and specify your own help system for a particular application. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, ’.hlm’ is used. SET HELPFILE TO without an expression deselects the current help system.
The full path name of the help file must be specified.
Example
set helpfile to /usr/apps/help/accounts.hlm
Products
Recital