Apple scriptable standalones
    Mark Wieder 
    mwieder at ahsoftware.net
       
    Sat Nov 20 14:04:11 EST 2004
    
    
  
william-
Saturday, November 20, 2004, 12:02:14 AM, you wrote:
wg> Script edit gave me an error as soon as I compiled this:
...and no wonder...
Try:
local theScript
put "tell application" && quote & iGame3d & quote & cr \
  & "do script" && quote & "quit" & quote && cr \
  & "end tell" & cr \
  into theScript
do theScript as applescript
-- 
-Mark Wieder
 mwieder at ahsoftware.net
    
    
More information about the use-livecode
mailing list