Hey guys ,
My problem is that i want to add the same value from GlobalTable1 to GlobalTable2 ?
So that the GlobalTable2 refer to GlobalTable1.
Thanks in advance :)
Hey guys ,
My problem is that i want to add the same value from GlobalTable1 to GlobalTable2 ?
So that the GlobalTable2 refer to GlobalTable1.
Thanks in advance :)
Elisabeth,
this code line in the OnReset trigger of GlobalTable2 clones the whole table into GlobalTable1:
current.cloneTo("GlobalTable1");
This is the easiest way to do it.
Best wishes
Ralf
Oh ok, but is it possible that only for example the cell [1][1] get cloned ?
Thanks :D
Sure,
use this for a single cell to copy:
Table("GlobalTable1")[1][1] = current[1][1];
Ralf
8 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved