copyRangeTo 7 s% P% K6 B6 A* G
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) K& v7 D6 R" j. \
& m% Y; \8 E8 Q {+ q
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 _* }, g6 a4 \! g9 Q, Z3 |6 b8 ]0 Z' E5 d
0 @ R5 R- ^' k( F/ k% ~" i
The argument listrange designates the range to be copied.3 s- N# U2 H+ @1 p
# I/ n) Z# Z- p$ w1 R) ~" v" }
The argument of data type object designates the target table.* P3 F1 |0 _8 S8 b& Y. u% J
- A6 r: }# O; p$ [7 J8 x, D
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. t! o( W+ G9 }4 G$ m
" G. |1 V. K- m7 W/ i# Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 B/ Q n" @+ s$ F$ _: }! o% [1 JExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |