Hello,
Are there any stack flushing options that we can use?
I have a routine that does some recursive calls.
All works fine the first time.
When I run it again it halfway ends with a stack overflow error.
When I add some startsub/endsub logging I see that it ends all sub calls at the first run so the stacks should be as before pressing the button.
Are there any stack flushing options that we can use?
I have a routine that does some recursive calls.
All works fine the first time.
When I run it again it halfway ends with a stack overflow error.
When I add some startsub/endsub logging I see that it ends all sub calls at the first run so the stacks should be as before pressing the button.