Discussion:
redim crash
G***@aol.com
2007-01-26 20:38:32 UTC
Permalink
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
j***@strout.net
2007-01-26 20:58:45 UTC
Permalink
Post by G***@aol.com
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
I can't imagine. Can you reproduce this in a simple app?

Best,
- Joe

--
Joe Strout -- ***@strout.net
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/

Loading...