Hello, I have found out that there are some XML functions in the help documentation of flexsim. such as below, I have put them into my script, but it generates an error as it cannot be recognized during the debugging, do I need to declare something at the beginning of my script? Thank you!
XML.Document doc = XML.loadFile("test.xml");
XML.Element root = doc.root;
XML.Element element = root.first;