BIS fnc dbImportXML: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
| xmlFile call [[BIS_fnc_dbImportXML]] |SYNTAX= | | xmlFile call [[BIS_fnc_dbImportXML]] |SYNTAX= | ||
|p1= xmlFile: [[String]] - XML file path |= | |p1= xmlFile: [[String]] - XML file path |PARAMETER1= | ||
| [[Array]] - Database |RETURNVALUE= | | [[Array]] - Database |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_xmlDB = "myFile.xml" [[call]] [[BIS_fnc_dbImportXML]];</code> |= | |x1= <code>_xmlDB = "myFile.xml" [[call]] [[BIS_fnc_dbImportXML]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 14:29, 7 April 2019
Description
- Description:
- Import XML file into Scripted Database.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- xmlFile call BIS_fnc_dbImportXML
- Parameters:
- xmlFile: String - XML file path
- Return Value:
- Array - Database
Examples
- Example 1:
_xmlDB = "myFile.xml" call BIS_fnc_dbImportXML;
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note