Re: Script objects 'as string' in an identifiable way
Re: Script objects 'as string' in an identifiable way
- Subject: Re: Script objects 'as string' in an identifiable way
- From: has <email@hidden>
- Date: Thu, 8 Nov 2001 11:14:25 +0000
Scott Norton wrote:
>
On Mon, 5 Nov 2001 20:39:43 +0000, has <email@hidden> asked,
>
2. You can pass script objects between applications, but its pretty slow. I
>
have one script server which I call in a block that looks like this:
Slower than calling handlers in a script server? Or is either method
equally slow?
I guess if you're using them much, the best thing would be to load the
object into a variable in your own script and access it there. I'd use the
parent property for this, only the value's persistent and there's no way to
'refresh' it by doing 'set parent to load script "foo:bar". (The recent
'import' debate didn't come up with any simple solution either.:/)
Thanks for all the info.
has