Load a run only Script from handler problems
Load a run only Script from handler problems
- Subject: Load a run only Script from handler problems
- From: Jason Bourque <email@hidden>
- Date: Fri, 28 Jun 2002 06:53:53 -0400
Hello,
Can anyone confirm that loading a run only script from a handler return an
error of "Couldn't complete last command because the script was saved as
run-only (run-only scripts cannot be edited)"
Also does anyone have a workaround, and should I file a bug with Apple?
Thanks,
Jason Bourque
Co-Director Boston AppleScript Users Group
AppleScript version: 1.8.3, ScriptDebugger version: 3.0.3, OS version:
10.1.5
set vScriptToLoad to "PowerBook Docs:Handlers Lib"
set lLoadedScript to load script file vScriptToLoad
tell me to srLoadScript(vScriptToLoad)
on srLoadScript(lScriptToLoad)
set lLoadedScript to load script file lScriptToLoad
return lLoadedScript
end srLoadScript
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.