Util.Console Property

 Util.Console  (read-only, Object)
 
The ACP Console object (static)

Syntax

Util.Console

The property syntax has these parts:

Part Description
Value (Object) The ACP Console object (static)

Remarks

Represents the ACP scripting console, where you run scripts, log output, and and interact with them through the input area.

You cannot create an instance of the Console object directly. Only one Console exists. ACP includes Console in the name spaces of both its scripting engine and its ASP page engine, thus you normally do not have to use this property of Util to access Console. This one and only instance is created internally by ACP, and is available via this property of the Util object. If you create multiple Util objects, they will all share the same instance of the Console. For more information see the Console object and its methods and properties.