I'm using FlexSim 17.1 to update a model that is currently developed using FlexSim 16. I noticed that some of the port open and close commands are now deprecated and replaced. For example, openinput(object) has been replaced with object.input.open(). When I try to use the new command on "current", however, it does not work. The validation checker says that "open" is an unknown command. "current" is a separator in this case, if that helps to diagnose the issue. Also, when I type "current." in the code editor, it provides a list of options to choose from, but input is not one of them. Is there a different syntax that should be used than what is described by the tooltip? Thanks in advance for your assistance.
Also, another unrelated issue - the software versions listed in the FlexSim Answers forum post drop-down does not include 17.1 yet.