lotus

previous page: 8.4) How do AppleEvents interface with AppleScript? (IAC - Mac Programming)
  
page up: Mac Programming FAQ
  
next page: 8.6) Is this a good way of getting a macro language almost for free? (IAC - Mac Programming)

8.5) Can I compile and run scripts from within my application? (IAC - Mac Programming)




Description

This article is from the Mac Programming FAQ, by Jon Watte h+@austin.metrowerks.com with numerous contributions by others.

8.5) Can I compile and run scripts from within my application? (IAC - Mac Programming)

Yes, this is very simple. There are toolbox calls for reading
scripts, compiling scripts, and executing scripts. (OSACompile,
OSAExecute) These are all documented in Inside Mac: Interapplication
Communication.

 

Continue to:













TOP
previous page: 8.4) How do AppleEvents interface with AppleScript? (IAC - Mac Programming)
  
page up: Mac Programming FAQ
  
next page: 8.6) Is this a good way of getting a macro language almost for free? (IAC - Mac Programming)