Hi, how can I change the order of the output ports in a conveyor via flexscript?
I want to move port 3 to the beginning of the list, so that it gets assigned first when send to port "first available" is selected.
I've tried https://archive.flexsim.com/threads/thread1733.html (setrank(rank(connectionsout(<object>),3),2) , but it doesn't seem to work.
Thank you!