Re: Setting Properties or Globals of a compiled Script
Re: Setting Properties or Globals of a compiled Script
- Subject: Re: Setting Properties or Globals of a compiled Script
- From: Jason Bourque <email@hidden>
- Date: Fri, 04 Jan 2002 20:36:36 -0500
On 1/4/02 8:03 PM, "Paul Berkowitz" <email@hidden> wrote:
>
On 1/4/02 4:13 PM, "Jason Bourque" <email@hidden> wrote:
>
>
> Hello,
>
>
>
> Is it possible to change a property of a compiled script from a running
>
> script without loading it?
>
>
No. Where would you be changing it if you didn't load the script?
>
>
--
>
Paul Berkowitz
>
_____________________
Well I have Handler Libraries that are compiled scripts. I want to update
them with new stuff without opening them. These scripts would be loaded by
multiple other scripts.
It works with a Script Application but I am not sure how to do it with a
compiled scripts.
Sort of installing an update without recompiling the entire app.
Any ideas?
Thanks,
Jason Bourque