copyRangeTo
9 x* H$ x. e1 i2 D V6 o! KUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
/ S* |- P- T* D; }
5 [4 ^$ I, O# g* dThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. B, ?5 }: L z, C' f/ U( [
: z& j# c6 @8 f5 w1 ^& x- M- K: [( C! q W
The argument listrange designates the range to be copied.1 k/ K+ m7 t F; m
+ J; w$ e/ L2 f* K @9 n. V
The argument of data type object designates the target table.. z8 q0 c) X% `* S) V* D$ f5 h0 d
' M+ d. U/ q0 ?" }# NThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 w: N6 m% I, Y! G
# M2 \( k" F3 m" h; r0 p9 MThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 2 m3 r' }6 r3 o* @( z! B" {- o4 X
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |