Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

27.09.2010 18:13:46
Re: Re: Index through an array of channels

This posting is older than 6 months and can contain outdated information.
AppleScript properties are not globally persistent. They don't survive recompilations. They are not stored on disk. Reference: http://www.macobserver.com/tips/applescript/2002/20020529.shtml, paragraph "The Last Word".

Remote Buddy stores the script *source code* and compiles it when needed. It doesn't store compiled versions in memory (to save memory). AppleScript Editor appears to do this. And it certainly makes sense in its case - it will usually not have to manage hundreds or even thousands of scripts at once (like Remote Buddy).

Thus the difference.

Best regards, 
Felix Schwarz 

Thread-display::