The save.textLimit parameter may be used to query or set the maximum line length used by the save command.
query command
set command
current parameter
default parameter
install parameter
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.
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
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. |
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 will return the text limit that will be used, within the current document, by the save command.
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