COPY OP COMMENT TO PROC

From Macros Wiki
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