Util.AlertScript() Method
Calls the alert() function in the current script. Mainly useful to an external automation controller which is running a script remotely.
Syntax
Util.AlertScript()
The method syntax has these parts:
Part |
Description |
Return (Nothing) |
Does not return a value. |
Remarks
Calls the alert() function in the currently running ACP script. Generates an error if there is no script running or if the current script does not have an alert() function. See Util.RunScript().
Copyright © 2000-2016, Robert B. Denny, Mesa, AZ