BIS fnc dbImportXML: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Import XML file into Scripted Database. |= | | Import XML file into Scripted Database. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| xmlFile call [[BIS_fnc_dbImportXML]] |= | | xmlFile call [[BIS_fnc_dbImportXML]] |SYNTAX= | ||
|p1= xmlFile: [[String]] - XML file path |= Parameter 1 | |p1= xmlFile: [[String]] - XML file path |= Parameter 1 | ||
| [[Array]] - Database |= | | [[Array]] - Database |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[:Category:Function Group: Database|Database functions]], [[BIS_fnc_dbImportConfig]], [[BIS_fnc_dbPrint]] |= | | [[:Category:Function Group: Database|Database functions]], [[BIS_fnc_dbImportConfig]], [[BIS_fnc_dbPrint]] |SEEALSO= | ||
}} | }} |
Revision as of 11:27, 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