ARGH - creating a property script
ARGH - creating a property script
- Subject: ARGH - creating a property script
- From: "Zavatone, Alex" <email@hidden>
- Date: Tue, 18 Sep 2001 15:10:15 -0700
Hopefully, someone with experience creating property scripts could help
here.
I've taken 5 scripts that work on their own and tried to put them in one
script in named routines that can be called from another application.
This has been saved as a compiled classic app and I try to call the names of
the routines from another applescript with
tell application "uber dialer script" to makeCDSysTCPIPConfig()
or
tell application "uber dialer script" to doquit()
In doQuit, I simply have "quit" sans quotes at this point.
Questions: When I define the script, does the word script need quotes
around it?
Any idea what I am doing wrong?
Thanks in advance.
- Zav