Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
CA - Concatenate (Editor) (m618503+ca.htm)
Concatenates copies of one or more lines to the current line.
CA{m}{/string}
CA{m-k}{/string}
CA{m,n}{/string}
m is the number of lines to concatenate string to, beginning with the current line. If m is not specified, it defaults to the current line.
m-k is line m through line k.
m,n is n lines, starting at line m.
/ is a separator. You can use another character if '/' is used in the string to be appended.
string is the bridging character string.
You have the option of including a character string between concatenated lines.
If you specify CA with no parameters, the line following the current line is copied to the current line, leaving the line copied as it was.
:ED BP ABC
|
Current contents of item ABC Concatenate lines 3 and 4 to line 2. New contents of item ABC. |
:ED BP ABC
|
Current contents of item ABC. Concatenate line 3 to line 2, with the literal string TEXTSTRG sandwiched between the concatenated lines. New contents of item ABC |