The language of the script to execute.
| Name | Description | Value |
|---|---|---|
| UNKNOWN | (read-only) Indicates Visual Basic language on the Mac OS; indicates AppleScript language in Windows. | 1433299822 = ‘Unkn’ |
| VISUAL_BASIC | The VBScript language. | 1447185511 = ‘VBLg’ |
| JAVASCRIPT | The JavaScript language. | 1246973031 = ‘JSLg’ |
Usage:
- In function:
-
any Application.doScript (
script:
any[, language:
ScriptLanguage =UNKNOWN ][, withArguments:
Array of any]
)
-
any Application.doScript (