sequenceDefaultText parameter

Use the sequenceDefaultText parameter to set or query the default text part of the sequence numbers.  The default text part will be used to update the sequence numbers of new or modified text lines when the maintainSequenceNumbers parameter is on.

 

Availability

query command
set command
current parameter
default parameter
install parameter

 

Scope

sequenceDefaultText is scoped to the current document.
current.sequenceDefaultText is scoped to the current document.
default.sequenceDefaultText is globally scoped.
install.sequenceDefaultText is globally scoped.

 

Syntax

query sequenceDefaultText
set sequenceDefaultText { default
                        | [ text ]
                        }
query current.sequenceDefaultText
query default.sequenceDefaultText
set default.sequenceDefaultText { install
                                | [ text ]
                                }
query install.sequenceDefaultText 

 

Parameters

default If you specify the default parameter for the set sequenceDefaultText command, the current document will use the value of default.sequenceDefaultText as the sequence-numbers default text part.
text If you specify the text parameter for the set sequenceDefaultText command, the default text part indicated by text will be used for the current document.  If you specify the text parameter for the set default.sequenceDefaultText command, the default text part indicated by text will be used for all documents that have the sequenceDefaultText parameter set to default.
install If you specify the install parameter for the set default.sequenceDefaultText command, all the documents that have sequenceDefaultText set to default will use the value of install.sequenceDefaultText as the sequence-numbers default text part.

 

Description

The query current.sequenceDefaultText command returns the default text part that will be used for the sequence numbers in the current document.

 

Examples

query sequenceDefaultText
set sequenceDefaultText 991231
query current.sequenceDefaultText
query default.sequenceDefaultText
set default.sequenceDefaultText 991231
query install.sequenceDefaultText 

Related reference
query command
set command
maintainSequenceNumbers parameter
sequenceNumber parameter
sequenceNumbers parameter
sequenceNumbersFormat parameter
sequenceText parameter