D
Dominiek
Hi,
I have a strange problem.
during the developement of my program, while progressively writing more and
more code, the callstack of my program gets deeper and deeper (7 levels).
Then, all of a sudden, when calling a Sub with 2 parameters, a Hashtable(19
items) and a ArrayList(9 items), the value of these variables is gone, the
debugger reports the value as {length=error: cannot obtain value}.
Passing them ByRef does not seem to solve the problem. IMHO, this seems to
be a problem with the stacksize.
Could somebody please help me with this?
TIA
Dominiek
I have a strange problem.
during the developement of my program, while progressively writing more and
more code, the callstack of my program gets deeper and deeper (7 levels).
Then, all of a sudden, when calling a Sub with 2 parameters, a Hashtable(19
items) and a ArrayList(9 items), the value of these variables is gone, the
debugger reports the value as {length=error: cannot obtain value}.
Passing them ByRef does not seem to solve the problem. IMHO, this seems to
be a problem with the stacksize.
Could somebody please help me with this?
TIA
Dominiek