BIS_fnc_dbImportXML

From Bohemia Interactive Community
Revision as of 10:12, 21 April 2018 by Lou Montana (talk | contribs) (Page filling)
Jump to navigation Jump to search


Hover & click on the images for description

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

See also:
Database functionsBIS_fnc_dbImportConfigBIS_fnc_dbPrint

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

Notes

Bottom Section