The following code will open a new file in your FlexSim projects folder and then loop through all the user commands printing their code to the text file.
- treenode commands = node("MODEL:/Tools/UserCommands");
- fileopen(concat(documentsdir(), "\\commands.txt"), "w");
- for(int i = 1; i <= content(commands); i++) {
- fpt(gets(first(rank(commands, i)))); fpr();
- }
- fileclose();
4 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 | © 2025 Autodesk Inc. All rights reserved