copyRangeTo 5 H2 K) x0 l+ V8 m; U
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
, A3 Y/ y; I! X5 Z4 q+ k% i8 X& j( P# n0 V6 W
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
2 F' C# T! V( ~8 ~+ \9 @) a) h! K9 H6 `/ U& \# R: M% N; ~5 |
& @& k7 Q$ w# X4 }9 C
The argument listrange designates the range to be copied.
! y6 H; p8 v9 `" O+ Q' y
8 y2 s; ^* c% G; W) p4 LThe argument of data type object designates the target table.
' v- D% P& `% j9 @0 p- G7 L8 q0 K+ z2 ?$ V$ u/ [
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" P- L. ^4 B, O0 a* {
& i. J/ A7 p# d0 U6 }The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ d! O1 a( ]2 Q! p
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |