copyRangeTo
6 O! c; ?2 e0 H0 l& K. tUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 H+ i! ?. i0 C F7 H! R
( K+ a$ j. }+ @+ X' E1 ~The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 v x' f6 w, g1 Q' {) l h
' c9 E; c( R$ Z- [
3 v9 o! d, j- R1 V9 ~6 m0 s! aThe argument listrange designates the range to be copied.! G, A/ _, S, k; b n
) j8 Q% e/ d0 Q+ z2 B" T- h
The argument of data type object designates the target table.- m' H$ K; V6 f9 x
% _! o( Q4 z XThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & R% y9 Q) v5 S5 n, ?5 `- [8 `
8 P3 j' K2 b/ R# l/ A: R( T
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. # u7 R1 n5 O" t0 e+ O
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |