PLIOVER

The PLIOVER subroutine moves z storage units (bytes) from location y to location x, without any conversions, padding, or truncation. Unlike the PLIMOVE built-in subroutine, the storage at locations x and y can overlap.

Read syntax diagramSkip visual syntax diagram
>>-PLIOVER(x,y,z)----------------------------------------------><

x and y
Expressions declared as POINTER or OFFSET. If the type is OFFSET, x or y must be declared with the AREA attribute.
z
Expression. It must have a computational type and is converted to type size_t.1