INLENGTH [? | n | AUTO | SOFT | HARD] INLThis commands controls the behaviour of exaEdit during the automatic line break during input mode. Line break means that during input in the input mode you may type in text for more than one line without concerning how many characters fit into a line (a record). You may find further details in the section Automatischer Zeilenumbruch.
Default is breaking of lines during input mode, if they would get longer than LWWIDTH columns. This is the same as the specification of the parameter AUTO. You may, however, choose a fixed column by specifying the parameter n.
Default is also that the line break occurs at the last blank character before the given or assumed column. You may, however, request by specifying the parameter HARD, that the line break should occur exactly at the column, that is, independent of word boundaries.
With INLENGTH ? the valid parameter values will be shown.
The default is
INLENGTH AUTO SOFT