This Ladder function copies data from a Data Table column into an array.
The array and the column must be of identical data types.
|
|
Parameter Name |
Purpose |
|
A |
Data Table: Source |
Select the Data Table you want to copy data from. |
|
B |
Column: Source |
Select the column to copy. |
|
C |
Start Row Number (offset): Source |
The function copies the values in the source column beginning from this row. Assign a Data Tag or enter a constant. |
|
D |
Array: Destination |
Select the array to write to. |
|
E |
To Array Index |
The function writes the column values into the array beginning from this element. Assign a Data Tag or enter a constant. |
|
F |
Number of Entries |
The function copies up to this number of values from the source column into the destination array, starting at the specified array index. Assign a Data Tag or enter a constant. |