copyRangeTo
( d* n* P) Q& o! d! G( UUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); Y9 d% K, r) Z, P# B. V# e) j
; x9 w) r: Y% E% N& m
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( z7 Q+ }2 x1 \7 N) L2 r$ Q1 d7 R0 M3 y2 [& r
o `. z' h9 u* h1 C# C, LThe argument listrange designates the range to be copied.
0 |8 L/ y; H$ ?+ y- w/ V1 [1 Q s: e5 [* ^& `. Q
The argument of data type object designates the target table., I% C8 k, f$ [* O/ E6 L
% g2 o" m* {# I+ F
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 3 {! v! G( J& F( R$ m
2 v9 p2 y$ b; ], o8 w. u
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
?/ B1 {( ^: JExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |