Hello guys,
Is it possible to clear a single table cell (without clearing the entire table) ? table[1][1] for example.
I want to clear it - not to make it equal to something. Just clear and set the cell type to number int.
Thank you.
Hello guys,
Is it possible to clear a single table cell (without clearing the entire table) ? table[1][1] for example.
I want to clear it - not to make it equal to something. Just clear and set the cell type to number int.
Thank you.
Hi @marian.c2, was cliff.king's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.
If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.
There is not a picklist option in the global table's On Reset trigger field to clear a single table cell, but you can use the Code Snippet option to write your own statement of course.
Your statement will look something like this if written in the table's own On Reset trigger because the table is the "current" object: current[5][3] = 0;
When writing the code elsewhere, you need to use the Table constructor like this Table("myTable")[2][1] = 0;
Here's more information about Tables:
https://docs.flexsim.com/en/20.2/Reference/Tools/GlobalTables/#types
Here's more information about the Table constructor:
13 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