copyRangeTo % h1 X! P$ c: q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 j) c* z) v4 q8 h. k; V- @! M
5 j2 O) H" k6 _ f- j% f' g: w. @
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - }( i, o K+ E) d" v
# C$ q4 l& r2 P* v6 K
" b' P; m4 r& n9 A# h g
The argument listrange designates the range to be copied.- j7 o5 y( r i! D5 `) f6 Y
1 E8 o9 Q3 n7 ?; ]( s3 Y
The argument of data type object designates the target table.6 b% N: k$ o+ X" X9 o
: Y' m3 G, Q9 c, N1 |The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
$ c6 p- o4 _, h7 E6 n. |- B7 r# i3 m7 q3 ]4 n- O; R5 f6 G
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 w$ O* z1 J* @ X. v. U+ AExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |