in reply to Re: Corrupted Object memory addresses
in thread Corrupted Object memory addresses
Thanks for the comments - they certainly led me to the answer: I had already overloaded the & and | operators in one package, but I needed to do this to another as well. Thanks for your help.