_pwbsavefile

Key

SHIFT+F2

Menu

File menu, Save command

The _pwbsavefile macro saves the current file to disk.

If the current file is a pseudofile (an untitled file), PWB displays the Save As dialog box so you can give the file a more meaningful name.

Definition

_pwbsavefile := cancel arg arg setfile <

Cancel

Establishes a uniform “ground state” by canceling any selection or argument.

Arg Arg Setfile

Writes the current file to disk.

<

Restores the function's prompt (if any). By default, function prompts are suppressed when a macro is running.

See

Arg, Cancel, Setfile