Displays an alert box
global
The global methods and properties for ExtendScript.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number = +Infinity | read/write | The Infinity global property is a predefined variable with the value for infinity. | |
| Number = NaN | read/write | The NaN global property is a predefined variable with the value NaN (Not-a-Number), as specified by the IEEE-754 standard. | |
| Application | readonly | The application object | |
| Undefined = undefined | read/write | This global property is a predefined variable with the value for an undefined value. |
Methods
Displays an alert box with Yes and No buttons; returns true for Yes
Decodes a string created with encodeURI().
Decodes a string created with encodeURIComponent().
Encodes a string after RFC2396.
Encodes a string after RFC2396.
Creates a URL-encoded string from aString.
Evaluates its argument as a JavaScript script, and returns the result of evaluation.
Evaluates an expression and reports whether the result is a finite number.
Evaluates an expression and reports whether the result is "Not-a-Number" (NaN).
Returns true if the supplied string is a valid XML name.
Localizes a ZString-encoded string and merges additional arguments into the string.
Extracts a floating-point number from a string.
Extracts an integer from a string.
Displays a dialog allowing the user to enter text
Defines the default XML namespace.
Translates URL-encoded string into a regular string, and returns that string.
Creates a source code representation of the supplied argument, and returns it as a string.