Subroutines
Subroutines
- Subject: Subroutines
- From: "Stephen Gross" <email@hidden>
- Date: Mon, 08 Jan 2001 11:41:38 -0500
- Organization: Stuart Country Day School
Is there a way to do subroutines in applescript?
I saw an example that went something like this:
on SubRoutineName()
commands
end SubRoutineName
If that works, how do I call the subroutine?
Thanks,
--SGross