Calling an applescript inside an applescript program

I am starting to have a few functions that I’ve written using AppleScript.

Thanks to all of those who have been helping me.

What do you recommend I should read to point me in the right direction in wanting to call applescript executable A, B C programs inside a applescript Main Program.

Thanks!
Daniel

You can either use the “run script” command to run an entire applescript or if you wanted to call just one subroutine from another applescript you can do this… http://macscripter.net/viewtopic.php?id=24759