01-29-2024, 01:57 AM
All I can suggest is posting the code and letting others see if they run into the same glitch. It's hard to diagnose an issue which one can't reproduce. Are these nested IF statements? Is that where the stack issue is coming from?
IF x then...
if y then ...
if z then ....
I have no idea how deep one could nest statements, before it hits some sort of stack limit on a person.
IF x then...
if y then ...
if z then ....
I have no idea how deep one could nest statements, before it hits some sort of stack limit on a person.