SHIFT+F4
Project menu, Previous Error command
The _pwbprevmsg macro moves the cursor to the previous message in the Build Results pseudofile.
_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.
Arg, Cancel, Nextmsg