Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method Include

Includes script stored in an external file (or function library) into the execution context

Usage

Function ZAP.Include ( 
	String Path
)

Parameters

Path

Type: String

Path to the script

Returns

No return value

Example

VBScript

Zap.Include "C:ExternalScript.zap"

JavaScript

Zap.Include("C:\ExternalScript.zap");

Documentation Categories

ZAPTEST

FARM

LOAD