copyRangeTo
. a& [% y0 t* }# [& U4 iUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
/ L, w: ~8 q1 a5 p) Y+ I8 t; [. @$ e
3 I( F! H Q# I3 Z- nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) n8 s" v: U8 H1 V. _
2 t; Y- W: x4 E {! i
/ a0 M% V. w) s; m/ KThe argument listrange designates the range to be copied.+ v$ j3 d2 S3 e& F$ l5 j; g: K
" m& e/ L" O4 z2 N! f
The argument of data type object designates the target table.
% Q% `) e- m+ K }5 z9 l0 i* L- ]( W$ H1 B U! c
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 4 s2 v/ i" n- W" _% H8 q) I
! B. q$ B) |( @+ @4 v& T X: @
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & {6 {9 E! \6 a6 E" k' U
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |