Unassigned
Help menu, Help on Help command
The _pwbhelp_general macro opens the Help window and displays information about using the Help system.
_pwbhelp_general:=cancel arg "advisor.hlp!h.default" pwbhelp.pwbhelp <
Cancel
Establishes a uniform “ground state” by canceling any selection or argument.
Arg "advisor.hlp!h.default"
Defines a text argument with the topic name for default Help.
Pwbhelp.
Specifies that the function is the PWBHELP extension function.
Pwbhelp
Looks up the topic “h.default” in the ADVISOR.HLP Help file.
<
Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.
Pwbhelp