APGen Documentation Previous Topic: APGScript.Log Next Topic: APGScript.StartInDebugger Parent Topic: APGScript Object    APGScript Object
APGScript.Util
See Also:

The Util property returns a reference to the Util object used by the script.

Syntax

VBScript:

oAPGScript.Util[.method]

JScript:

oAPGScript.Util[.method];

Objects

oAPGScript An APGScript object.
Util The APGScript's Util object.

Notes

This can be used to access an Util object method for oAPGScript before or after script execution begins.

Applies To

APGScript Object