copyRangeTo
8 g! |$ Q; ]6 [- k( LUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
& d, o3 \; J& G( k2 p2 e" [" N: B
. e7 L Q6 B+ a. O+ C( jThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 S& ^! w5 o6 T7 `* e: I, t
# V Q8 u0 f- N' C% k
" a8 R; d7 c Z6 ^+ z3 Z4 EThe argument listrange designates the range to be copied.: ]4 M9 v4 ~" O
" r6 G8 g+ C* @8 j, uThe argument of data type object designates the target table.
y3 H0 E5 b) B& U H. K% \9 T" D; _& x# Y5 u3 \$ @2 l. F
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
7 a/ H1 N1 [' B7 d0 H
" i. r; j- W7 }The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 e+ A6 N) X, h4 h, ~
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |