Ian Bartholomew wrote:
> Fernando,
>
> > Is it possible to add a class variable to a package?
>
> Yes it is. In the package's "PreInstall" script just put ....
>
> YourClass addClassVarName: 'YourClassVarName'
>
> That will be evaluated before the rest of the package is loaded and should
> solve the problem.
>
>
> Whether it is an advisable thing to do is another matter of course :-)
Why do you think it's a bad idea and how would you solve this sort of
situation? O:-)
Thanks