→ String
Shows an About box for the ExtendScript component, and returns the text for the box.
The $ object provides a number of debugging facilities and informational methods.
| Name | Type | Access | Description |
|---|---|---|---|
| static | String | readonly | The ExtendScript build information. |
| static | Date | readonly | The ExtendScript build date. |
| static | String | read/write | The character used as the decimal point character in formatted numeric output. |
| static | String | readonly | The name of the current ExtendScript engine, if set. |
| static | Error | read/write | The most recent run-time error information. |
| static | String | readonly | The file name of the current script. |
| static | Number | read/write | Gets or sets low-level debug output flags. |
| static | Object | readonly | A reference to the global object, which contains the JavaScript global namespace. |
| static | Number | readonly | A high-resolution timer, measuring the time in microseconds. The timer starts when ExtendScript is initialized during the application startup sequence. Every read access resets the timer to Zero. |
| static | String | readonly | The path for include files for the current script. |
| static | Number | read/write | The current debugging level, which enables or disables the JavaScript debugger. |
| static | Number | readonly | The current line number of the currently executing script. |
| static | String | read/write | Gets or sets the current locale. |
| static | Boolean | read/write | Set to true to enable the extended localization features of the built-in toString() method. |
| static | Number | read/write | The ExtendScript memory cache size, in bytes. |
| static | String | readonly | The current operating system version information. |
| static | Object[] | readonly | An array of objects containing information about the display screens attached to your computer. |
| static | String | readonly | The current stack trace. |
| static | Varies | read/write | Sets or clears strict mode for object modification. |
| static | String | readonly | The version number of the ExtendScript engine. |
Shows an About box for the ExtendScript component, and returns the text for the box.
Breaks execution at the current position.
Invokes the platform-specific color selection dialog, and returns the selected color.
Loads and evaluates a file.
Initiates garbage collection in the ExtendScript engine.
Retrieves the value of an environment variable.
Sets the value of an environment variable.
Suspends the calling thread for a number of milliseconds.
Converts this object to a string.
Prints text to the Console.
Prints text to the Console, and adds a newline character.