copyRangeTo 9 H. i$ r( P! q0 M
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % Q4 ], ^$ ~8 b# Y0 e# z
/ j4 a) q7 h* v# H5 j( bThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 s1 E0 C4 \& K* P2 j# F% z4 u/ l" J( e; T
8 A0 R, [8 w3 V- I) uThe argument listrange designates the range to be copied.
( l! u3 f/ E% c9 }2 ] ]
G% x3 n: Y3 }$ ` `2 BThe argument of data type object designates the target table.
" r% b7 {' I/ [' N# c# \* B1 Y# _8 P; A7 u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# G- q S2 c) [& B
. m& @' \ f9 Q& u6 S$ MThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 t6 V, Z5 `: [2 |1 B% v
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |