|
Post by Robert on Jul 7, 2024 15:53:55 GMT -5
The Help for the LINE primary command says,
line-command
Any standard SPFLite Edit line command. The command may be quoted or unquoted, and must be between 1 and 6 characters long. To use LINE to erase an existing line command on a line, line-command may be a blank enclosed in quotes.
This is incorrect. It's actually between 1 and 8 characters, even if the "Width of Line number (5-8) is less than 8 on the Screen Global Options GUI. For instance, if you issued a command of
LINE .ABCDEFG .4
and the current line number width was 6, the whole label .ABCDEFG will be stored.
Summary: LINE does what you actually need it to do, even if it sounds like it truncates after 6 characters.
R
|
|
|
Post by George on Jul 8, 2024 8:16:56 GMT -5
Robert: Corrected.
|
|