_pwbprevmsg

Key

SHIFT+F4

Menu

Project menu, Previous Error command

The _pwbprevmsg macro moves the cursor to the previous message in the Build Results pseudofile.

Definition

_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