Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 22.2.4 ]
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;
Solved! Go to Solution.