_pwbusern

Macro Description Key

_pwbuser1 Run custom Run menu command 1 [[ALT+Fn]]
_pwbuser2 . [[ALT+Fn]]
_pwbuser3 . [[ALT+Fn]]
_pwbuser4 . [[ALT+Fn]]
_pwbuser5 . [[ALT+Fn]]
_pwbuser6 . [[ALT+Fn]]
_pwbuser7 . [[ALT+Fn]]
_pwbuser8 . [[ALT+Fn]]
_pwbuser9 Run custom Run menu command 9 [[ALT+Fn]]

Menu

Run command

command

Title of custom Run menu item.

The _pwbusern macros execute custom commands in the Run menu.

To add a new command to the Run menu, use the Customize Run Menu command or assign a value to the User switch.

Definition

_pwbusern := cancel arg "n" usercmd <

Cancel

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

Arg "n" Usercmd

Executes custom run menu item number n.

<

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

Example

_pwbuser1 := cancel arg "1" usercmd <

This macro executes custom Run menu command number 1.

See

Arg, Cancel, Usercmd