Hi,
this is something I discovered durning my recent work and what can
happen in very(?) rare cases.
Situation:
1. We have two packages (FOO1.gfn and FOO2.gfn), both with public
function 'FOO_func1' (but behavior I'm describing here affects private
functions too).
2. We open in packages editor package FOO2.
3. In regular script window we run following code:
<hansl>
include FOO1.gfn
eval FOO_func1()
</hansl>
4. We open in packages editor function FOO_func1 from the FOO2 package
and... this is FOO_func1 from _FOO1_!!!
Marcin
--
Marcin Błażejowski