copyRangeTo ( X G% c6 V: F3 j
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . x8 c) c* M. C/ [
# H6 P f0 m+ X9 i! |0 t7 n
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
2 k( M7 _7 e) X# s' _6 n. B
" l% f2 c8 R1 l& F
9 M9 R, l8 s P8 k+ W. h9 UThe argument listrange designates the range to be copied.
& y$ l, z! A! s0 Y( `$ c. d( l+ `) X; `; T( Q Y# A8 N8 t5 n
The argument of data type object designates the target table.
, ~9 [7 p% Y1 t7 y9 J% _( l9 M% n% z* X! k8 o
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 4 @( O7 Q: \, q% S
' [# S) `1 L: {6 z; g( ^The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 ?5 x; X3 W+ {4 P# kExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |