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
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to