resequence command

Use the resequence command to reorder the numeric part of the document's sequence numbers into unique ascending numbers.  A document only has sequence numbers if the sequenceNumbers parameter has been set.

Syntax

resequence [ start [ increment ] ] 

Parameters

start Use the optional start parameter to indicate the sequence number that should be used for the first line in the document.  If not specified, the resequence command will determine the start and increment values based on the number of lines in the document, using 100 as an initial value.
increment Use the optional increment parameter to indicate the increment that should be used to resequence the sequence numbers.  If not specified, the resequence command will use the start value as the increment value.

Status

The status parameter is not affected by this command.

Examples

resequence
resequence 10 10 

Related concepts
Editor commands, actions, and parameters

Related reference
maintainSequenceNumbers parameter
sequenceNumber parameter
sequenceNumbers parameter