AppleScript.getResult() | 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.getResult():String |
Parameters |
None |
Returns |
A String |
Description |
Retrieves the AppleScript result value (if applicable). |
Notes |
For use after AppleScript.run() |
Example Code |
var myResults:String = mdm.AppleScript.getResult(); |
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 |