Introduction Getting Started CED Features CED Commands Index

MAXSTEP command

Syntax: MAXSTEP [increment-value]
Discussion: The MAXSTEP command displays or defines the user's default line number increment value used with other editor commands.

With no increment-value parameter, this command displays the current default increment (initially 100 when the program is run for the first time).

To change the default increment, use this command with the new value.

Examples:
  MAXSTEP          (displays current value)

  MAXSTEP 10       (changes increment to 10)