Copy
Copies records from one table to another.
Inputs
- from
 - A source table.
 
Outputs
- answer
 - A destination table.
 
Comments
from and answer must be of the same binding and type.Syntax
Copy(from)XML Example
<call name="Copy" from="from_tab" answer="ans_tab" />