AppleScript Info
June 2002 | ||||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | ||||||
May Jul |
contact: rob at donotsell.net
Break Your Script Into Pieces with Subroutines
- This installment of The Mac Observer's "AppleScript: The Macintosh Autopilot" series covers AppleScript subroutines. Subroutines, sometime referred to as handlers, allow scripters to break their scripts down into manageable chunks of code and then reuse those chunks by sending values to them.
to readTheArticle()
open location "http://www.macobserver.com/tips/applescript/2002/20020626.shtml"
end readTheArticle
1:17:42 PM
ScriptBuilders News
- Updates: Dock-Lock 1.2, Mac OS X Encoding Plethora 1.1, Drop 'n Mail 1.4, File & Folder Rename Suite 1.4, Export-Import Entourage v1.0.3
8:16:53 AM
- This installment of The Mac Observer's "AppleScript: The Macintosh Autopilot" series covers AppleScript subroutines. Subroutines, sometime referred to as handlers, allow scripters to break their scripts down into manageable chunks of code and then reuse those chunks by sending values to them.
to readTheArticle()
open location "http://www.macobserver.com/tips/applescript/2002/20020626.shtml"
end readTheArticle
1:17:42 PM
ScriptBuilders News
- Updates: Dock-Lock 1.2, Mac OS X Encoding Plethora 1.1, Drop 'n Mail 1.4, File & Folder Rename Suite 1.4, Export-Import Entourage v1.0.3
8:16:53 AM