Damarow Posted July 12, 2016 Share Posted July 12, 2016 Hello, this question is related to my question here http://www.simio.com/forums/viewtopic.php?f=6&t=2352, in so far that I want to entites to go somewhere and it's a rather complex problem since I don't know which node to send the entities to before runtime. So, is it possible that I delete nodes from a nodelist during runtime? Lets say I have 4 nodes in my list and a process is triggered that deletes a node from thatlist, or a copy of that list? Thanks. Link to comment Share on other sites More sharing options...
ptkolodziejczyk Posted July 12, 2016 Share Posted July 12, 2016 You cannot delete elements from a list during runtime. However, you can create a custom queue (Storage element) and using the Insert and Remove steps control the elements that are there. Searching through a queue is almost the same as searching through a list. Link to comment Share on other sites More sharing options...
Recommended Posts