COPY OP COMMENT TO PROC

From Macros Wiki
Revision as of 17:41, 21 September 2021 by MikeONeill (talk | contribs) (Created page with "{{Up}} {{Command|syntax=COPY_OP_COMMENT_TO_PROC [<operation number>] |description=:Copy the Operation comment to the Process that created the Op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

COPY_OP_COMMENT_TO_PROC [<operation number>]


Copy the Operation comment to the Process that created the Operation.

Parameters

<operation number>
Operation Number

If the operation number is not given, this command will copy the operations comments from every operation to the processes that created each operation.

Example

COPY_OP_COMMENT_TO_PROC 3  ! Copy the comment from op 3 to the process that created it
COPY_OP_COMMENT_TO_PROC  ! Copy the comments from each op to the processes that created them