copyRangeTo
; y( n0 S) e$ M% s) B) x, ^Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
( q5 c0 I2 V- h4 F# _. u( m' a% o: J8 B" p: ~7 V1 h
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 ^5 T& a& K% ^0 |1 r' k( O
7 z1 G- C) n8 H6 f3 u
5 y- V/ \. K- U5 i2 xThe argument listrange designates the range to be copied.
6 n* R0 a9 M9 t: E# ]
, o% `3 e9 Y Z& HThe argument of data type object designates the target table.! J# R. E; l0 U2 P' x5 ?) w/ \/ m+ t
; ]3 w3 v6 M* {: R ?The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 @4 _& k4 k+ t! r
& D$ c1 }5 A- N$ [! \- x) lThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; \( ], v/ o& |- x
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |