copyRangeTo
9 e( e9 I& v6 @* K- z, ~Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 {: G' J' e* z/ ]% H3 B2 M: r! X+ C y. a. ~2 k
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % D; C* S3 i) A' d1 g0 ^, @" n. q
6 G# I' j' X% u7 @. R% c
3 Q6 U) b8 \7 _3 {. AThe argument listrange designates the range to be copied.
5 P/ T9 s ]8 o& N1 z& n
7 g* y3 _: K2 u$ {& N* m0 u# H: e# \! b6 PThe argument of data type object designates the target table.& G! y% G9 ?: j* b" {2 U
' x8 f3 Y$ h4 x( g3 v% Y6 S
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. , |1 @; X, P4 i
5 I. R5 u! |/ W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
/ M' {" H% Z# F& Z( a+ |Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |