All functions Mac OS X Windows Crossplatform Components New in version: 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0
Component: Applescript
Mac OS X: Works
Windows: Does nothing
MBS("Applescript.LastError")
none
Any AppleScript Errors that are not trapped using "try" blocks, will abort the AppleScript. Also returns AppleScript compile errors. This function is useful for error trapping your scripts.
Get Last Error
MBS( "Applescript.LastError" )
Feedback: Report problem or ask question.