Help
Modifying and Extending the On Line Help
Overview:
 The on line help uses a notebook with 10 predefined pages.  Each
 page is linked to a predefined text file named HELP1.TXT -
 HELP10.TXT.  If any of these files exist in the same directory as
 HP11C.EXE they will be loaded to the appropriate page whenever
 the on line help is requested (click the HP 11C logo).

 The first line of text in each help text file will be used to
 label the tab on the appropriate page.  If a blank first line is
 found in the text file a default tab number of 1-10 will be used.

 The second line of text in each help file is used as a status
 label at the bottom of each page.  If a blank second line is
 found no status label will be displayed.

 All remaining text is loaded into the scrollable read only multi
 line entry box.  Text lines longer than 66 character will be
 wrapped to the next line.  Text is displayed in a monospaced font
 to support proper alignment of tables and text in columns.

 To modify any of the existing help text files simply use a text
 editor to make the desired changes.  To add your our help files
 create them with a text editor and save them as HELP1.TXT -
 HELP10.TXT in the same directory as HP11C.EXE.

Bonus:
 A separate program HELP_NB.EXE has been provide which is the Help
 Notebook as a stand alone program.  You are free to use it as a
 separate executable to view the HP11C help files or to use it in
 other directories to create your own text file based help
 applications.

