copyRangeTo
& h: A [, }6 F5 f1 RUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! z4 ?, A2 o( w# I" G
2 H' }" C: B0 h. H$ g" gThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ! H# ]9 _- ~# {9 J" }4 _: Y9 K9 d
7 ~, v' i: H& D5 s, {- d
$ x# v' v9 c7 E) X3 y
The argument listrange designates the range to be copied.
. V! h9 f9 u6 P g# X
9 r j+ b& _( }The argument of data type object designates the target table.
2 `1 _( V5 {8 D5 e5 S" ?; _% q1 Y* R; B& ~
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' E2 {/ _! g* D* X. [
7 D2 p0 ]9 {/ f2 k: }+ NThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . m. h9 W |2 K, }. ~
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |