This tool is used to validate the maximum character number per line. As input, either the active editor or a file input can be used.
Parameter # | I/O | Type | Description |
---|---|---|---|
1 [M] | I | String/Mass Processing | Maximum line length as number |
1 [O] | I | File/Mass Processing | If the ‘Get Content From…’ is set to ‘File’, this file input parameter is used as content that is validated. |
2 [O] | O | String/Mass Processing | The result of the validation. This is a Boolean value. It returns true, if no line in the validated content is longer than the maximum line length. It returns false, if at least one line in the validated content is longer than the maximum line length. |