Nicholas

In FMP5.5 a script in one file can only act on that file.  A reusable script would, by necessity, need to exist in every file where you would want to use it.  Is that what you mean?

Stephen

----------

"A man who carries a cat by the tail learns something he can learn in no other way."---Mark Twain

On May 25, 2010, at 10:46 AM, Nicholas Geti wrote:

> I am using FMPro v2.2 and trying to build several small scripts that can be called as needed from a main script. But if one of the small scripts calls a script in another table, FMP never arrives at this lowest script. It is completely ignored. I can get the logic to work if I replace the Perform of the main script with its equivalent small script but this defeats the purpose of reusable scripts.
> 
> Is there any way around this?