copyRangeTo
$ x7 I2 c+ c& h5 V1 pUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . W4 {& R3 Q' Q f* h: c
# X$ S3 _" E* f- ]+ j! K( jThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 ~* A: Z% e% x( d
& [2 u. \# I1 h
N" D7 S/ d+ D3 }6 OThe argument listrange designates the range to be copied.8 Z2 Y1 I+ s2 p/ d$ B/ l
. L9 D; g0 o; }The argument of data type object designates the target table.
% c. ]& ^# j" m0 U$ I! g' D! ], |/ |' {9 k/ U9 l: P
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " v" S: c* s; h' L( N
! {7 D3 i T/ J- qThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 [$ U9 i& s0 D. K
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |