copyRangeTo s0 @. s8 G; ]
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & Q5 Q) h& g! g0 Z' N& I4 E. C( f
8 f. }- ]: E* X9 G. f
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 f: u2 y8 L* k7 r: c8 K/ Y& B7 T0 y/ [9 _
1 a% _ m, \5 z9 X; s+ B
The argument listrange designates the range to be copied.) R. M" w/ w- I5 M1 t5 O) _& h
( @; I! B J5 N4 b5 o( z' sThe argument of data type object designates the target table.; G. h2 p1 C3 U# `- j) D
: N/ s' L$ X7 M' ]
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 b2 Z3 z( V7 ?3 l, l8 Q3 ~) j9 M
& S) X$ n9 D/ h4 l
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / P3 h+ T' z5 U" Q/ M/ I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |