applescript - do script

Jim Sims sims at ezpzapps.com
Tue May 15 13:26:59 EDT 2007


I looked at the applescript dictionary for my Rev 2.7.4 application
and it had:
do script v : Execute Revolution script

So, I tried telling my application to do the following as a simple  
test from the
applescript script editor:

tell application "MyApp"
	activate
	do script  "quit"
end tell


When I run that applescript it complains with a syntax error about  
the word "script".

Can I write an applescript that will tell a Rev app script to run?
Anyone have an example or a tip for me?

tia,
sims






More information about the use-livecode mailing list