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
AP - Append (Editor) (m618503+ap.htm)
Appends a string to the end of the specified line(s).
AP{m}/string
AP{m-k}/string
AP{m,n}/string
m is the number of lines to append 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 string to be appended.
If the assembler display format is on, the string is appended to the end of the comment field.
:ED BP XYZ
|
Current contents of item XYZ. AP command appends the string 'XYZ' to lines 1 through 3 of item XYZ. New contents of item XYZ. |