copyRangeTo
% c/ U, S2 h: s) l5 [4 HUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % c4 m1 V8 Z! j" z5 J0 Q% m
0 @4 C0 W' V- Y/ z7 ]: K, d( X- RThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 J! m& b$ x0 z) U* {* B$ K( P' C( T" P R, z; _( g u X {
8 m" }- Z3 P9 } S9 VThe argument listrange designates the range to be copied.
0 V6 A/ K0 y/ [ p4 [3 f5 E$ o5 q" c7 J
+ K C* E5 d6 k! l2 tThe argument of data type object designates the target table.* c: Y7 N% [' L* A" \6 S
( }; ]% S5 g+ l& M! i% H0 u' s
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. - N H% T) u! e: {6 x$ _3 Y' h
8 t2 |. r' e: g, @# l) S% AThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & Z8 e; M2 `# A& ~ E3 H
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |