Method ImportGlobalVars
Imports Global Parameters from XML fileUsage
Function ZAP.ImportGlobalVars (
String Path,
Boolean Overwrite [Optional]
)
Parameters
Path
Type: String
Path to the Global Variables
Overwrite (optional)
Type: Boolean
Default value: false
Option to overwrite all variables
Returns
No return value
Example
VBScript
Zap.ImportGlobalVars "C:TempGlobalVariables.xml", true
JavaScript
Zap.ImportGlobalVars("C:\Temp\GlobalVariables.xml", true);
Comment
Import global variables from file "C:Variables.xml"