BIS fnc dbImportXML: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Import XML file into Scripted Database. |= Description
 
Description:
Import XML file into Scripted Database
 
Parameter(s):
_this: STRING - path to .xml file
 
Returns:
ARRAY - database
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_dbImportXML]]; --> |= Syntax
| xmlFile call [[BIS_fnc_dbImportXML]] |= Syntax


|p1= |= Parameter 1
|p1= xmlFile: [[String]] - XML file path |= Parameter 1


| |= Return value
| [[Array]] - Database |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>_xmlDB = "myFile.xml" [[call]] [[BIS_fnc_dbImportXML]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[:Category:Function Group: Database|Database functions]], [[BIS_fnc_dbImportConfig]], [[BIS_fnc_dbPrint]] |= See also


}}
}}

Revision as of 10:12, 21 April 2018


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