ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
data structure
Hi ,
I wonder if: # Can I "DINAMICALLY" create a data structure with Flexsim? # If you can not create, if I do it in C + +, How can I make this structure Flexsim read? Thank's !! |
#2
|
||||
|
||||
Juan,
The internal data of Flexsim is al done in nodes (tables for instance are also a collection of nodes) and it is very easy to create your own datastructures. Take a look a the functions: nodeinsertinto, nodeinsertafter, nodeadddata and other functions from that category. |
The Following 2 Users Say Thank You to Steven Hamoen For This Useful Post: | ||
juan alberto (09-25-2009) |