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.
  
 
 _pwbhelp_errhelp PWBHELP Macro
 ◄Definition►                                ◄Up► ◄Contents► ◄Index► ◄Back►
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     _pwbhelp_errhelp («_pwbhelp_errhelp»)
 
     The _pwbhelp_errhelp macro displays Help on the error message
     currently displayed on the bottom line of the current window. This
     message line appears when you choose Next Error, Previous Error, or
     Goto Error from the project menu.
     See: _pwbnextmsg, _pwbprevmsg, _pwbsetmsg
          ◄Project menu, Goto Error►
          ◄Project menu, Next Error►
          ◄Project menu, Previous Error►
 
     For some messages, you may need to pass the error number to Help
     using the function sequence: Arg 'errornumber' _pwbhelp_context
     («arg» errornumber «_pwbhelp_context»).
     See: _pwbhelp_context, _pwbhelperr
                                    -♦-