save.textLimit parameter
Use the save.textLimit parameter to set or query the maximum line length used by the save command.
Availability
query command
set command
current parameter
default parameter
install parameter
Scope
save.textLimit is scoped to the current document.
current.save.textLimit is scoped to the current document.
default.save.textLimit is globally scoped.
install.save.textLimit is globally scoped.
Syntax
query save.textLimit set save.textLimit [ default | n ] query current.save.textLimit query default.save.textLimit set default.save.textLimit [ install | n ] query install.save.textLimit
Parameters
default If you specify the default parameter for the set save.textLimit command, the current document will use the value of default.save.textLimit for the save command. n If you specify the n parameter for the set save.textLimit command, the save command will use n as the text limit within the current document. If you specify the n parameter for the set default.save.textLimit command, the save command will use n as the text limit within all documents that have the save.textLimit parameter set to default. install If you specify the install parameter for the set default.save.textLimit command, all documents with save.textLimit set to default will use the value of install.save.textLimit to determine the text limit that should be used by the save command.
Description
If you do not specify any of the parameters for the set save.textLimit command, default is assumed. If you do not specify any of the parameters for the set default.save.textLimit command, install is assumed.
The query current.save.textLimit command returns the text limit that is used, within the current document, by the save command. A value of 0 indicates that the line length is limited only by system restrictions.
The save.textLimit parameter is also used by the saveToWriter action.
Examples
query save.textLimit set save.textLimit 80 query current.save.textLimit query default.save.textLimit set default.save.textLimit 85 query install.save.textLimit
query command
save command
set command
current parameter
default parameter
install parameter
length parameter
useSourceColumns parameter
save action
saveToWriter action