copyRangeTo
7 w# v, f5 T8 O% ~( P+ v! _Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , |' b \" V% _8 p
) f$ P1 M5 |$ r4 j! n% y) z; ^2 c+ qThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; i; B# u. F& y) Q9 t3 {/ V4 a$ F; t; \# d
# n" \/ L4 A) [ v
The argument listrange designates the range to be copied.
. C1 L5 s* X% j" A( L+ R( [9 S* g2 M4 s
The argument of data type object designates the target table.
4 `8 D. D" e' P( L' y
' m# s- l8 W/ UThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 Y( n3 p+ a3 ]& Z& b' _' R, E, C) w3 Y7 H2 S9 G* d
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. % Y9 p! C. k0 |+ R5 j# T2 p- h
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |