Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
_pwbprevmsg Definition
 Summary                                   Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     _pwbprevmsg := cancel arg "-1" nextmsg <
 
     Cancel              Establishes a uniform "ground state" by
                         canceling any selection or argument.
 
     Arg "-1" Nextmsg    Goes to the previous message in Build Results.
 
     <                   Restores the function's prompt (if any). By
                         default, function prompts are suppressed
                         while a macro is running.
 
     See
 
     Arg, Cancel, Nextmsg
     Project menu, Previous Error
                                    -♦-