COPY example: One source and one destination
{ { OP COPY }
{ ERR 0 }
{ IN Test }
{ OUT @tmp }
}
Before CIS 6.0:
- The
@tmp
in CIS5.8 was>A<
. - Only the first subfield was copied.
After CIS 6.0:
- The
@tmp
in CIS6.0 is>A-B-C<
. - The entire field content is copied.