copyRangeTo 7 l2 n& b2 _, R# Y' O) B
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); - z( n3 E/ [* j& R, f
4 p& K* m+ _2 TThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % M* ?& g# L7 r: `5 J
9 T/ b3 ]. o; q$ |9 T, p: e/ \" H) p3 Z( c) k4 K
The argument listrange designates the range to be copied.* |3 r! U" a# v
) _& e: l ]- @
The argument of data type object designates the target table.
; j x2 h, \2 K9 Z
+ N# A; k9 [* fThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. U1 `# W. y& h8 y7 ~. B* @
# U2 i# U9 ]4 S3 o
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. g9 L% V! I! hExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |