THE

SET PREFIX - set prefix area attributes

Syntax:
[SET] PREfix ON [Left|Right] [n [m]]

[SET] PREfix Nulls [Left|Right] [n [m]]

[SET] PREfix OFF

[SET] PREfix Synonym newname oldname

Description:
The first form of the SET PREFIX command allows the user to display the prefix area and optionally to select the position were the prefix should be displayed.

The second form of the SET PREFIX command is functionally the same as the first form. The difference is that when the prefix area is displayed with SET NUMBER ON, numbers are displyed with leading spaces rather than zeros; with SET NUMBER OFF, blanks are displayed instead of equal signs.

The third form, turns the display of the prefix area off. Executed from within the profile, the only effect is that the defaults for all files is changed. Executed from the command line, the SET PREFIX command changes the current window displays to reflect the required options.

The fourth form of the SET PREFIX command allows the user to specify a synonym for a prefix command or Rexx prefix macro. The newname is the command entered in the prefix area and oldname corresponds to an existing prefix command or a Rexx macro file in the MACROPATH ending in .the or whatever the value of SET MACROEXT is at the time the prefix command is executed. The oldname can also be the fully qualified filename of a Rexx macro.

The first and second forms of the SET PREFIX command allows the user to specify the width of the prefix area and optionally a gap between the prefix area and the filearea. m can be specified as an unsigned number between 2 and 20 inclusive. n can be specified as an unsigned number between 0 and 18, but less than the number specified in m .

Compatibility:
XEDIT: Compatible.
KEDIT: Compatible.
Specification of prefix width is a THE-only option.

Default:
ON Left 6 0

Status:
Complete.


The Hessling Editor is Copyright © Mark Hessling, 1990-2002 <M.Hessling@qut.edu.au>
Generated on: 15 Aug 2002

Return to Table of Contents