copyRangeTo 6 w! S# N% c% L7 `4 }5 f/ w
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); # v7 \: X3 V& P
. e: h6 o( C1 N- t. n* r7 } u7 H
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: P# z9 c. _3 U. X% d/ Q C
; P4 t% g5 v3 q" ~# A% v. o
) E& ~( V O6 J% sThe argument listrange designates the range to be copied.+ l0 W9 g( b! v% h+ e1 ^8 D) l
. Y) e; H3 L6 P7 w9 A. `The argument of data type object designates the target table.9 Q5 K$ H7 e4 b! v5 q; Z F( @2 @
8 n1 {; ]* K& E9 d( nThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# n6 y# `3 ^" C; J/ p
/ o; i I4 {2 J1 M9 m" |, ^' JThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 7 K& u J5 V& n/ H" U
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |