copyRangeTo
% ~ g# ?' n: R9 T# {6 @Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ( E. k5 j# I0 E% `1 Z
' B7 n7 s) ^! b2 p$ n
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' F+ X/ q0 i* W: \* M
- }+ g% {6 u) B% y) [' [1 a, J+ ? T8 Z2 U7 Q6 _; M
The argument listrange designates the range to be copied.) Z7 }/ y$ T: f* O% J
! q, k1 ?; }- {; i( O1 ^) X
The argument of data type object designates the target table.
# q# a! e# \ Y9 R S; `' {6 ~& x0 s" k
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + g# U. L& }& r8 P& ?% {+ D4 t
^( t1 H/ E1 iThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 2 p# l# ~, H# s% n x" m- a
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |