JScript Application

Application is a global object accessible in the JScript document operation.

Methods and properties

new in version 2009.1:

new in version 2010.1:

new in version 2012.1:

Example

// display a message box
Application.MessageBox(
    "You are using version "+Application.Version+" of "+
    Application.Name+".", "Useless information", false);

speech bubble iconRecent comments

user iconAnonymous on November 4th 2013 0

Ok, I'm a major n00b. How do I execute a script???

user iconAnonymous on August 4th 2022 0

Go to "Effect" and go down to "Custom operation". Sorry that this was answered almost ten years later.

user icon