G***@aol.com
2007-01-26 20:38:32 UTC
I tracked down the line where my code crashes consistently.
I have an array of XXX(n) of a certain data structure.
if I do this : redim XXX(n+1) it works
but if I do this : redim XXX(0) or redim XXX(1) it crashes.
Why would this be? It worked in RB2006R1
Greg
I have an array of XXX(n) of a certain data structure.
if I do this : redim XXX(n+1) it works
but if I do this : redim XXX(0) or redim XXX(1) it crashes.
Why would this be? It worked in RB2006R1
Greg