copyRangeTo 6 X3 ^+ L( w: K4 f- t" e; r" f
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 L% i- {% M1 n& S; l5 a. F
; i% _ y; z( n5 w
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' ~3 J5 t O, z- y
( z/ t/ g! |/ W' s! R n! T% x3 z: P {8 {% f4 d! k
The argument listrange designates the range to be copied.5 W$ B+ A n, ]* {+ v8 h
; p4 j' e- X; S* u* n. V& d; o6 N1 h
The argument of data type object designates the target table.( n3 P' N0 e* m: z* I6 C; w0 Y
$ d& `: V' _4 }7 ^The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
; O* M' t! I8 F5 k$ l: W! H; Z' e; k" P
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & p$ n; c$ p& J6 D; N
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |