MEMORY_COPY
Type | Function |
Description | Copies data from one runtime system data area (source data area) to another runtime system data area (destination data area). |
Notes | For this type of data management it is recommended to use the data types STRUCT and ARRAY. The function may only be useful for special data operations that are carried out performantly as copying is done synchronously with the task. |
Parameters | Inputs
![]() ![]() ![]() ![]() ![]() ![]() |
Error behavior | ![]() |
Additional information | ![]() |
Example | ![]() |