copyRangeTo
0 E y! x/ k; ~" F Q! _7 }Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 I% l5 s" q) {2 ?. ?: d8 |2 N
5 H2 B& a. F3 P! gThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
# s7 y: {& F9 O, M
, ^2 L; _2 n7 K5 G' o' N" I( l
- K' E: P$ U' ~' nThe argument listrange designates the range to be copied.
5 ?9 t7 \ i+ ^; @
$ e; t* Q x# n K4 B. Q+ LThe argument of data type object designates the target table.3 l( l3 y ^9 G) k: t2 L
- @2 `6 e8 E7 \' i$ d' w1 X
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 6 @5 V' O5 z n% M
+ u7 ^1 d& N t# P$ ]6 z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
$ e/ ^# W1 H: v" u" IExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |