Copies (merges) lines into the item being edited. You can merge lines into the item you are editing from any item in any file on the system, including the current item. Merged lines are inserted following the current line.
ME{n}/{item-id}{/}{m}
MEm-k/{item-id}
MEm,n/{item-id}
ME{n}(file-specifier {item-id}){m}
MEm-k(file-specifier {item-id}
MEm,n(file-specifier {item-id}
n is the number of lines to merge. If n is not specified, one is assumed.
m is the starting line number. If m is not specified, one is assumed.
m-k is line m through line k.
m,n is n lines, starting at line m.
item-id is the identity of an
item in the current or specified file. If
file-specifier specifies a file other than the file for the item being edited.
/ Is a delimiter surrounding
:ED FILE1 ITEM2 |
Current contents of ITEM2. Goto line 1 of the item. Merge 2 lines from ITEM1 starting at line 1. |
:ED MD TEST1 |
Contents of item TEST1 in the MD file. Merge 2 lines, beginning with line 2, from item XYZ in the OFFICERS file. |