Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Sethelp PWBHELP Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     The Sethelp function opens and closes single Help files. The
     Sethelp function can also display the current list of open Help
     files. Sethelp affects only the current PWB session.
 
     Arg Sethelp («arg» «sethelp»)
          Opens the Help file specified by the filename at the cursor.
 
     Arg streamarg │ textarg Sethelp
     («arg» streamarg │ textarg «sethelp»)
          Opens the Help file specified by the selected filename.
 
     Meta ... Sethelp («meta» «arg» «sethelp»)
          As above except the specified Help file is closed.
 
     Arg ? Sethelp («arg» ? «sethelp»)
          Lists all currently open Help files.
 
     Returns
 
     True:  Help file is opened or is closed, or a list of Help files is
            displayed.
     False: The specified file could not be opened or closed, or the
            list of files could not be displayed.
 
     See
 
     Helpfiles
                                    -♦-