if you make a copy of the array with a slightly different name, does it change?
is there a do "clear global <list of globals>" somewhere? if you do the following: combine gGlobalA using cr and comma --no longer an array does it also get set to empty? there can also be the useage set the custom properties of this stack to gGlobalA and put the custom properties of this stack into gGlobalA Just trying to give a few ideas. I don't have 2.7 yet. Jim Ault Las Vegas On 5/24/06 6:50 PM, "Andre Garzia" <[EMAIL PROTECTED]> wrote: > Folks, > > I have a global array which is fine. Then after a call to start using > some stack, my global array vanishes, it turns empty!!!! any clue? > > like this > > put "something" into gGlobalA["a_Value"] > library someStack > put the keys of gGlobalA > > after the library call, gGlobalA is empty!!!! there's no touching on > gGlobalA by the stack being called by 'library'... I stepped with the > debugger and is like this, the array is there before library, then, > its empty after it... > > any clue? > Andre > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
