copyRangeTo 5 U# v0 J# P% K1 Z/ Y$ ?! s
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
. ~) U8 T7 F% }) L* c
" q6 L, l: p/ h* ]! c6 w: IThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 5 Q) E$ C$ E# k% p; I* v
# A2 M4 _' T7 b- M3 N
g/ ^" V2 }: {; N! g4 wThe argument listrange designates the range to be copied.% K' M M3 J6 E/ U" n+ o
5 Q8 o4 C8 @/ @8 I! W: {The argument of data type object designates the target table.: [& ?- _" h; Z5 h- c$ u
+ R, y' e. j0 T3 x- P
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- x. S, C2 [/ [7 \7 U/ c2 p, b7 o( Z/ {* k
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 Q+ H2 I/ ]. t9 ]' Y' xExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |