copyRangeTo
7 Z- [$ J; Z9 r3 ?. I! yUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % P( l! H' R2 {" c
1 V- e% l1 s) u+ U; sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 D ~7 F* Q, T% ?0 L; {- a
/ N9 w, x7 x. j( E* j/ W! [
$ T1 I- q& I; q2 R; W8 ^The argument listrange designates the range to be copied.! s7 `5 T5 p7 @$ Y4 q2 i( N/ N1 Z
' N" ]7 B9 F7 E' K( s7 e5 `$ W
The argument of data type object designates the target table.
, E, }: Q# `+ A- A
6 U$ i) E, ?; N; g, cThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 g" U/ H" `+ w3 b
. e, R/ @* p+ Q- c# f( vThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 E* g* p) ` `
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |