AppleScript.getCompilationError() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to AppleScript Class Summary |
![]() |
The AppleScript Class has been deprecated in Zinc 4.0. It is included for legacy support but is no longer maintained and maybe removed completely in a future 4.x update. |
Availability |
Mac OSX |
Usage |
mdm.AppleScript.getCompilationError():String |
Parameters |
None |
Returns |
String |
Description |
Returns the details of a compilation error. |
Notes |
For use after AppleScript.compileScript() |
Example Code |
var errorDetails:String = mdm.AppleScript.getCompilationError(); |
mdm.AppleScript Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |