Variables clashing
Hugh
Posts: 362
Hi,
I'm pretty sure that a couple of variables are being stumbled over in hob-nailed boots by others. Other than by trial and error is there a preferred/logical way to attack this, i.e.,
Hugh
I'm pretty sure that a couple of variables are being stumbled over in hob-nailed boots by others. Other than by trial and error is there a preferred/logical way to attack this, i.e.,
- Using the prop tool is there any way to find out which variables are adjacent or are variables mapped in the order they are declared?
- Could this problem be affected by the stack space I have declared?
- Am I right in thinking that stack space is actually included in the 'free' space shown by F8? If so, it would be handy if the Prop Tool gave a 'Prop Full' warning!
Hugh
Comments
This will show you if your stack is exceeding it's boundaries. Are your variables that are getting overrun directly following a stack?
Thank you