copyRangeTo + I7 v, z) B( d) t5 a: k
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 2 l% M' }* X! a* C8 Q# g5 e. @ Y
$ Q; e" O2 J' d2 H/ S) l* ?
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - E( _% p$ y! }) U4 B/ a
+ N y; g6 i5 [( O8 m T, P8 _
. k4 @$ \( W' P: r" o) C# H0 ZThe argument listrange designates the range to be copied.# U) w7 [8 p/ H1 Z
/ s# z. ]7 N- i/ q2 q4 j2 ?
The argument of data type object designates the target table.% e9 H( Z, i, p0 e0 o) D
* ^+ B4 H9 Z, i0 F4 s& \9 \
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. - w& A+ o+ g% Y: q1 u1 Z( ?9 _
( |% c7 k/ v3 _' K" ^# e; Q* h1 H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. K2 r+ k" v0 I: F* I! A0 o1 J+ k
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |